Soap.SOAPPasInv.TSoapPascalInvoker.OnExceptionEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnExceptionEvent: TOnExceptionEvent read FOnExceptionEvent write FOnExceptionEvent;

C++

__property TOnExceptionEvent OnExceptionEvent = {read=FOnExceptionEvent, write=FOnExceptionEvent};

Propriétés

Type Visibilité  Source Unité  Parent
event published
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Description

Se produit quand l'invocateur rencontre une exception pendant l'exécution d'une requête SOAP.

Ecrivez un gestionnaire d'événement OnExceptionEvent pour examiner un paquet d'erreur SOAP si l'invocateur a rencontré une exception pendant l'exécution d'une requête SOAP. La méthode Invoke génère cet événement si elle rencontre une exception, après avoir généré le paquet d'erreur SOAP qui décrit le problème.

Voir aussi