Compartir a través de


WSTrustRequestProcessingErrorEventArgs (Constructor)

Creates an instance of this Event Argument.

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim requestType As String
Dim exception As Exception

Dim instance As New WSTrustRequestProcessingErrorEventArgs(requestType, exception)

Sintaxis

'Declaración
Public Sub New ( _
    requestType As String, _
    exception As Exception _
)
public WSTrustRequestProcessingErrorEventArgs (
    string requestType,
    Exception exception
)
public:
WSTrustRequestProcessingErrorEventArgs (
    String^ requestType, 
    Exception^ exception
)
public WSTrustRequestProcessingErrorEventArgs (
    String requestType, 
    Exception exception
)
public function WSTrustRequestProcessingErrorEventArgs (
    requestType : String, 
    exception : Exception
)

Parámetros

  • requestType
    The Trust Request Type that failed.
  • exception
    The exception happened during this Request.

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)