ConversionNotSupportedExceptionCreate Method (Type, Object, Exception)Apache log4net™ SDK Documentation
Creates a new instance of the ConversionNotSupportedException class.

Namespace: log4net.Util.TypeConverters
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static ConversionNotSupportedException Create(
	Type destinationType,
	Object sourceValue,
	Exception innerException
)

Parameters

destinationType
Type: SystemType
The conversion destination type.
sourceValue
Type: SystemObject
The value to convert.
innerException
Type: SystemException
A nested exception to include.

Return Value

Type: ConversionNotSupportedException
An instance of the ConversionNotSupportedException.
Remarks

Creates a new instance of the ConversionNotSupportedException class.

See Also

Reference