RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SOAPPasInv.TOnExceptionEvent Type

TOnExceptionEvent is the type of the OnExceptionEvent event on an invoker component.

Pascal
TOnExceptionEvent = procedure (const MethodName: string; const Request: TStream; const Response: TStream) of object;
C++
(const MethodName: string; const Request: TStream; const Response: TStream) ( TOnExceptionEvent)();

TOnExceptionEvent is the type of the OnExceptionEventEvent event handler, which is called when an invoker encounters an exception while executing a request by calling a target invokable interface. 

MethodName is the name of the method that was just called. 

Request is a stream from which the event handler can read the SOAP request that contained the method call. 

Response is a stream from which the event handler can read the SOAP fault packet that was created to describe the exception. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!