RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppComponents.OnException Event

Occurs when an exception escapes all try blocks in the WebSnap application.

Pascal
property OnException: TWebExceptionEvent;
C++
__property TWebExceptionEvent OnException;

Write an OnException event handler respond to exceptions that arise while processing a request message. OnException occurs when an exception is not caught by the components that process the request message. If the OnException event handler does not handle the exception, TCustomWebAppComponents updates the response message so that it describes the exception to the caller. 

 

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