Partilhar via


WSTrustServiceContract.RequestFailed Evento

Definição

Ocorre quando há uma falha ao processar uma solicitação do WS-Trust proveniente 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

EventHandler<WSTrustRequestProcessingErrorEventArgs>

Comentários

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

Aplica-se a