[This is preliminary documentation and is subject to change.]
Returns the last exception thrown from event handler or nul if no error happened
Namespace: NFX.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Exception LastError { get; }
public Exception LastError { get; }
Public ReadOnly Property LastError As Exception
Get
Public ReadOnly Property LastError As Exception
Get
public:
property Exception^ LastError {
Exception^ get ();
}
public:
property Exception^ LastError {
Exception^ get ();
}
member LastError : Exception with get
member LastError : Exception with get
Property Value
Type:
Exception