Aracılığıyla paylaş


Bildirim<T>. Özel Durum Özelliği

OnError bildiriminin özel durumunu döndürür veya null döndürür.

Ad Alanı:System.Reactive
Derleme: System.Reactive (System.Reactive.dll içinde)

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

Özellik Değeri

Tür: System.Exception
OnError bildirimi veya null özel durumu.

Ayrıca Bkz.

Başvuru

Notification<T> Sınıfı

System.Reactive Ad Alanı