Sdílet prostřednictvím


WSTrustRequestProcessingErrorEventArgs(String, Exception) Konstruktor

Definice

Inicializuje novou instanci WSTrustRequestProcessingErrorEventArgs třídy .

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)

Parametry

requestType
String

Typ požadavku WS-Trust, který selhal. Toto je identifikátor URI.

exception
Exception

Výjimka, ke které došlo během požadavku.

Platí pro