Udostępnij za pośrednictwem


WSTrustRequestProcessingErrorEventArgs(String, Exception) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

requestType
String

Typ WS-Trust, który zakończył się niepowodzeniem. Jest to URI.

exception
Exception

Wyjątek, który wystąpił podczas żądania.

Dotyczy