Partager via


Constructeur WSTrustRequestProcessingErrorEventArgs

Creates an instance of this Event Argument.

Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim requestType As String
Dim exception As Exception

Dim instance As New WSTrustRequestProcessingErrorEventArgs(requestType, exception)

Syntaxe

'Déclaration
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
)

Paramètres

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

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Classe WSTrustRequestProcessingErrorEventArgs
Membres WSTrustRequestProcessingErrorEventArgs
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust