ConversionNotSupportedException Create 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: 1.2.15.0 (1.2.15.0)
Syntax

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

Return Value

Type: ConversionNotSupportedException
An instance of the ConversionNotSupportedException.
Remarks

Creates a new instance of the ConversionNotSupportedException class.

See Also