Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TMUIApplication.DoException

Call when a Exception appears to show a MessageBox

Declaration

Source position: MUIClass.Base.pas line 232

public procedure TMUIApplication.DoException(

  E: Exception

); virtual;

Arguments

E

  

The Exception happend

Description

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.

See also

OnException

  

Event called when an Exception happend


Documentation generated on: 2024-04-26