OnException

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Events >

OnException

procedure TIWServerController.IWServerControllerBaseException(AApplication: TIWApplication; AException: Exception; var Handled: Boolean);

 

This event is truggered when an Exception occurs in your application.

 

Please notice that IWApplication parameter might be NIL, so you need to test it before trying to access any IWApplication method or property.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.OnException

 

ETYPE=Event

 

Declaration:

Delphi:

published property OnException: TOnExceptionEvent;

C++:

__published: __property TOnExceptionEvent OnException;

 

Description: This is OnException, a member of class TIWServerControllerBase.