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

要求中に発生した例外。

適用対象