通知<T>.Exception プロパティ

OnError 通知の例外を返すか、null を返します。

Namespace:System.Reactive
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'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

プロパティ値

種類: System.Exception
OnError 通知または null の例外。

参照

リファレンス

Notification<T> クラス

System.Reactive 名前空間