WSTrustRequestProcessingErrorEventArgs(String, Exception) 构造函数
定义
初始化 WSTrustRequestProcessingErrorEventArgs 类的新实例。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)
参数
- requestType
- String
失败的 WS-Trust 请求类型。The WS-Trust request type that failed. 这是一个 URI。This is a URI.
- exception
- Exception
在请求期间发生的异常。The exception that occurred during the request.