Creates an instance of this Event Argument.
命名空间: Microsoft.IdentityModel.Protocols.WSTrust
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim requestType As String Dim exception As Exception Dim instance As New WSTrustRequestProcessingErrorEventArgs(requestType, exception)
语法
声明
Public Sub New ( _
requestType As String, _
exception As Exception _
)
public WSTrustRequestProcessingErrorEventArgs (
string requestType,
Exception exception
)
public:
WSTrustRequestProcessingErrorEventArgs (
String^ requestType,
Exception^ exception
)
public WSTrustRequestProcessingErrorEventArgs (
String requestType,
Exception exception
)
public function WSTrustRequestProcessingErrorEventArgs (
requestType : String,
exception : Exception
)
参数
- requestType
The Trust Request Type that failed.
- exception
The exception happened during this Request.
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
WSTrustRequestProcessingErrorEventArgs 类
WSTrustRequestProcessingErrorEventArgs 成员
Microsoft.IdentityModel.Protocols.WSTrust 命名空间