This is preliminary documentation and is subject to change.

ParseException Constructor

Initializes a new instance of the ParseException class.

Definition

Namespace: MoreDateTime.Exceptions
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public ParseException(
	string message,
	string? invalidString
)

Parameters

message  String
The error message
invalidString  String
The invalid string.

See Also