Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.