Freigeben über


Subject<T>.OnError-Methode

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Sub OnError ( _
    exception As Exception _
)
public void OnError(
    Exception exception
)
public:
virtual void OnError(
    Exception^ exception
) sealed
abstract OnError : 
        exception:Exception -> unit 
override OnError : 
        exception:Exception -> unit 

Parameter

Implementiert

IObserver<T>.OnError(Exception)

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Subject<T> Klasse

Microsoft.Phone.Reactive-Namespace