WSTrustServiceContract.RequestFailed Evento

Definição

Ocorre quando ocorre uma falha ao processar uma solicitação WS-Trust do cliente.

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) 

Tipo de evento

Comentários

Para obter mais informações, consulte o HandleException método.

Aplica-se a