Soap.SOAPPasInv.TSoapPascalInvoker.OnExceptionEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnExceptionEvent: TOnExceptionEvent read FOnExceptionEvent write FOnExceptionEvent;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Beschreibung

Wird ausgelöst, wenn beim Ausführen einer SOAP-Anforderung eine Exception auftritt.

Mit einer Ereignisbehandlungsroutine für OnExceptionEvent können Sie ein SOAP-Fehlerpaket überprüfen, nachdem eine Exception beim Ausführen einer SOAP-Anforderung aufgetreten ist. Die Methode Invoke generiert dieses Ereignis, nachdem sie das SOAP-Fehlerpaket erstellt hat.

Siehe auch