Call when a Exception appears to show a MessageBox
Source position: MUIClass.Base.pas line 232
public procedure TMUIApplication.DoException( |
E: Exception |
); virtual; |
E |
|
The Exception happend |
If the program connected the OnException Event DoException will call this EventHandler and let the program decide what to do with the Exception.
If OnException Event is not connected it will show a Messagebox with the Exception Message and let the User decide to terminate the program.
|
Event called when an Exception happend |