WSTrustServiceContract.RequestFailed Event

Definition

Occurs when a failure happens processing a WS-Trust request from the client.

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) 

Event Type

Remarks

For more information, see the HandleException method.

Applies to