次の方法で共有


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

要求時に発生した例外。

適用対象