WSTrustRequestProcessingErrorEventArgs(String, Exception) Constructor

Definition

Initializes a new instance of the WSTrustRequestProcessingErrorEventArgs class.

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)

Parameters

requestType
String

The WS-Trust request type that failed. This is a URI.

exception
Exception

The exception that occurred during the request.

Applies to