Freigeben über


IObserver<TValue, TResult>.OnError-Methode

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

Syntax

'Declaration
Function OnError ( _
    exception As Exception _
) As TResult
TResult OnError(
    Exception exception
)
TResult OnError(
    Exception^ exception
)
abstract OnError : 
        exception:Exception -> 'TResult 

Parameter

Rückgabewert

Typ: TResult

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

IObserver<TValue, TResult> Schnittstelle

Microsoft.Phone.Reactive-Namespace