AsyncSubject<T>.OnError Method

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

Parameters

Implements

IObserver<T>.OnError(Exception)

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

AsyncSubject<T> Class

Microsoft.Phone.Reactive Namespace