WSTrustServiceContract.RequestFailed 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果在处理来自客户端的 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 方法。