共用方式為


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) 

事件類型

EventHandler<WSTrustRequestProcessingErrorEventArgs>

備註

如需詳細資訊,請參閱 HandleException 方法。

適用於