WSTrustRequestProcessingErrorEventArgs(String, Exception) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
要求期間發生的例外狀況。