Notification<T>.Exception Property
Returns the exception of an OnError notification or returns null.
Namespace: System.Reactive
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Exception As Exception
Get
'Usage
Dim instance As Notification
Dim value As Exception
value = instance.Exception
public abstract Exception Exception { get; }
public:
virtual property Exception^ Exception {
Exception^ get () abstract;
}
abstract Exception : Exception
abstract function get Exception () : Exception
Property Value
Type: System.Exception
The exception of an OnError notification or null.