WSTrustServiceContract.HandleException Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenche l’événement RequestFailed et convertit l’exception spécifiée en FaultException, si besoin. Si l’exception d’origine était un FaultException ou si l’indicateur PreserveOriginalException a la valeur true
, la conversion en FaultException n’est pas effectuée.
protected:
virtual bool HandleException(Exception ^ ex, System::String ^ trustNamespace, System::String ^ action, System::ServiceModel::EnvelopeVersion ^ requestEnvelopeVersion);
protected virtual bool HandleException (Exception ex, string trustNamespace, string action, System.ServiceModel.EnvelopeVersion requestEnvelopeVersion);
abstract member HandleException : Exception * string * string * System.ServiceModel.EnvelopeVersion -> bool
override this.HandleException : Exception * string * string * System.ServiceModel.EnvelopeVersion -> bool
Protected Overridable Function HandleException (ex As Exception, trustNamespace As String, action As String, requestEnvelopeVersion As EnvelopeVersion) As Boolean
Paramètres
- ex
- Exception
Exception d’origine.
- trustNamespace
- String
Espace de noms de la version WS-Trust actuelle.
- action
- String
Action WS-Trust qui a levé l’exception.
- requestEnvelopeVersion
- EnvelopeVersion
Version SOAP de l’enveloppe de la requête.
Retours
Retourne Boolean.
false
si l’exception d’origine est levée.