OnLogException

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Events >

OnLogException

Triggered when ServerController logs any exception

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.OnLogException

 

ETYPE=Event

 

Declaration:

Delphi:

published property OnLogException: TOnLogExceptionEvent;

C++:

__published: __property TOnLogExceptionEvent OnLogException;

 

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