Compartir a través de


Observable.Throw<TValue> (Método) (Exception)

Espacio de nombres:  Microsoft.Phone.Reactive
Ensamblado:  Microsoft.Phone.Reactive (en Microsoft.Phone.Reactive.dll)

Sintaxis

'Declaración
Public Shared Function Throw(Of TValue) ( _
    exception As Exception _
) As IObservable(Of TValue)
public static IObservable<TValue> Throw<TValue>(
    Exception exception
)
public:
generic<typename TValue>
static IObservable<TValue>^ Throw(
    Exception^ exception
)
static member Throw : 
        exception:Exception -> IObservable<'TValue> 

Parámetros de tipo

  • TValue

Parámetros

Valor devuelto

Tipo: System.IObservable<TValue>

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

Observable Clase

Throw (Sobrecarga)

Microsoft.Phone.Reactive (Espacio de nombres)