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

要求期間發生的例外狀況。

適用於