Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ConversionNotSupportedException.Create�Method�(Type, Object)

Creates a new instance of the ConversionNotSupportedException class.

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

Parameters

destinationType
The conversion destination type.
sourceValue
The value to convert.

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