ConversionNotSupportedException Constructor (String)Apache log4net™ SDK Documentation
Constructor

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

public ConversionNotSupportedException(
	string message
)

Parameters

message
Type: SystemString
A message to include with the exception.
Remarks

Initializes a new instance of the ConversionNotSupportedException class with the specified message.

See Also

Reference