RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequestHandler.HandleException Method

Responds to exceptions related to TWebRequestHandler objects.

Pascal
procedure HandleException(Sender: TObject);
C++
__fastcall HandleException(TObject * Sender);

When exceptions occur in TWebRequestHandler and descendant objects, HandleException will attempt to deal with it. If it cannot do so, it displays an error message to the user. 

 

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