RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapPascalInvoker.OnExceptionEvent Event

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

Pascal
property OnExceptionEvent: TOnExceptionEvent;
C++
__property TOnExceptionEvent OnExceptionEvent;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!