Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ConversionNotSupportedException.Create�Method�(Type, Object, Exception)

Creates a new instance of the ConversionNotSupportedException class.

[Visual�Basic]
Overloads�Public�Shared�Function�Create( _
���ByVal destinationType�As�Type,�_
���ByVal sourceValue�As�Object,�_
���ByVal innerException�As�Exception�_
)�As�ConversionNotSupportedException
[C#]
public�static�ConversionNotSupportedException�Create(
���TypedestinationType,
���objectsourceValue,
���ExceptioninnerException
);

Parameters

destinationType
The conversion destination type.
sourceValue
The value to convert.
innerException
A nested exception to include.

Return Value

An instance of the ConversionNotSupportedException.

Remarks

Creates a new instance of the ConversionNotSupportedException class.

See Also

ConversionNotSupportedException Class | log4net.Util.TypeConverters Namespace | ConversionNotSupportedException.Create Overload List