This is preliminary documentation and is subject to change.

InvalidTimeException Class

The invalid time exception.

Definition

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

Constructors

InvalidTimeException Initializes a new instance of the InvalidTimeException class.

Properties

InvalidString Gets the invalid string.
(Inherited from ParseException)

See Also