WSTrustServiceContract.RequestFailed イベント

定義

クライアントからの WS-Trust 要求の処理に障害が発生したときに発生します。

public:
 event EventHandler<System::ServiceModel::Security::WSTrustRequestProcessingErrorEventArgs ^> ^ RequestFailed;
public event EventHandler<System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs> RequestFailed;
member this.RequestFailed : EventHandler<System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs> 
Public Custom Event RequestFailed As EventHandler(Of WSTrustRequestProcessingErrorEventArgs) 

イベントの種類

注釈

詳細については、HandleException メソッドを参照してください。

適用対象