[This is preliminary documentation and is subject to change.]
Returns exception that was thrown from callback or null if no exception happened
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Exception CallbackException { get; }
public Exception CallbackException { get; }
Public ReadOnly Property CallbackException As Exception
Get
Public ReadOnly Property CallbackException As Exception
Get
public:
property Exception^ CallbackException {
Exception^ get ();
}
public:
property Exception^ CallbackException {
Exception^ get ();
}
member CallbackException : Exception with get
member CallbackException : Exception with get
Property Value
Type:
Exception