WSTrustRequestProcessingErrorEventArgs(String, Exception) 构造函数

定义

初始化 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)

参数

requestType
String

失败的 WS-Trust 请求类型。 这是一个 URI。

exception
Exception

在请求期间发生的异常。

适用于