This is preliminary documentation and is subject to change.

ParseException Class

The parse exception.

Definition

Namespace: MoreDateTime.Exceptions
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public class ParseException : Exception
Inheritance
Object    Exception    ParseException
Derived

Constructors

ParseException Initializes a new instance of the ParseException class.

Properties

InvalidString Gets the invalid string.

See Also