WSTrustRequestProcessingErrorEventArgs(String, Exception) Konstruktor

Definition

Initierar en ny instans av WSTrustRequestProcessingErrorEventArgs klassen.

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)

Parametrar

requestType
String

Den WS-Trust begärandetypen som misslyckades. Det här är en URI.

exception
Exception

Undantaget som inträffade under begäran.

Gäller för