[This is preliminary documentation and is subject to change.]
Returns last error that this destination has encountered
Namespace: NFX.Log.DestinationsAssembly: 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