Noda Time
Exception Property
NamespacesNodaTime.TextParseResult<(Of <(<'T>)>)>Exception

[This is preliminary documentation and is subject to change.]

Returns an exception indicating the cause of the parse failure.
Declaration Syntax
C#Visual BasicVisual C++
public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
	Get
public:
property Exception^ Exception {
	Exception^ get ();
}
Return Value
The exception indicating the cause of the parse failure.
Remarks
This property is typically used to wrap parse failures in higher level exceptions.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe parse operation succeeded.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)