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
要求時に発生した例外。