This is preliminary documentation and is subject to change.

ConversionException Constructor

Initializes a new instance of the ConversionException class.

Definition

Namespace: MoreDateTime.Exceptions
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public ConversionException(
	string message
)

Parameters

message  String
The source.

See Also