Notification<T>. Exception, propriété
Retourne l’exception d’une notification OnError ou retourne null.
Namespace:System.Reactive
Assemblée: System.Reactive (en System.Reactive.dll)
Syntaxe
'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
Valeur de propriété
Type : System.Exception
Exception d’une notification OnError ou null.