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 方法。

适用于