Soap.SOAPPasInv.TSoapPascalInvoker.OnExceptionEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnExceptionEvent: TOnExceptionEvent read FOnExceptionEvent write FOnExceptionEvent;

C++

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

Properties

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

Description

Occurs when the invoker encounters an exception while executing a SOAP request.

Write a OnExceptionEvent event handler to examine a SOAP fault packet after the invoker encounters an exception when executing a SOAP request. The Invoke method generates this event if it encounters an exception, after it generates the SOAP fault packet that describes the problem.

See Also