RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebAppServices.ExceptionHandler Property

Indicates the object that handles exceptions that arise when processing a request message.

Pascal
property ExceptionHandler: TObject;
C++
__property TObject * ExceptionHandler;

ExceptionHandler is the object that the WebSnap application calls when an exception is raised while trying to process a request message. The request handler must implement the IWebExceptionHandler interface, which includes only a single method: HandleException. 

 

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