Notification<T>.OnNext.Exception Property

This member overrides Notification<T>.Exception.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Exception As Exception
public override Exception Exception { get; }
public:
virtual property Exception^ Exception {
    Exception^ get () override;
}
abstract Exception : Exception with get 
override Exception : Exception with get

Property Value

Type: System.Exception

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Notification<T>.OnNext Class

Microsoft.Phone.Reactive Namespace