WSTrustRequestProcessingErrorEventArgs.Exception (Propiedad)
Get the Exception thrown.
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSTrustRequestProcessingErrorEventArgs Dim value As Exception value = instance.Exception
Sintaxis
'Declaración
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
/** @property */
public Exception get_Exception ()
public function get Exception () : Exception
Valor de propiedad
Returns a Exception.
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
WSTrustRequestProcessingErrorEventArgs (Clase)
WSTrustRequestProcessingErrorEventArgs (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)