WSTrustRequestProcessingErrorEventArgs(String, Exception) Constructeur

Définition

Initialise une nouvelle instance de la classe WSTrustRequestProcessingErrorEventArgs.

public:
 WSTrustRequestProcessingErrorEventArgs(System::String ^ requestType, Exception ^ exception);
public WSTrustRequestProcessingErrorEventArgs (string requestType, Exception exception);
new System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs : string * Exception -> System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs
Public Sub New (requestType As String, exception As Exception)

Paramètres

requestType
String

Type de demande WS-Trust ayant échoué. Il s'agit d'un URI.

exception
Exception

Exception qui s’est produite pendant la demande.

S’applique à