[This is preliminary documentation and is subject to change.]
Returns last exception that happened during failover. This kind of exceptions is never propagated and always handled
Namespace: NFX.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Exception FailoverError { get; }
public Exception FailoverError { get; }
Public ReadOnly Property FailoverError As Exception
Get
Public ReadOnly Property FailoverError As Exception
Get
public:
property Exception^ FailoverError {
Exception^ get ();
}
public:
property Exception^ FailoverError {
Exception^ get ();
}
member FailoverError : Exception with get
member FailoverError : Exception with get
Property Value
Type:
Exception