Class EShortErrorMessage

Fields
Methods
Properties

Unit

Declaration

type EShortErrorMessage = class(Exception)

Description

Descend from this to mark exceptions that should be shown in more concise way by ExceptMessage function. It avoids showing the ClassName in output (and stack trace, in debug).

Useful for exceptions that have clear Message, and it is normal that they may occur during normal execution of the program and be visible to users. E.g. EInvalidParams.

Hierarchy

  • TObject
  • Exception
  • EShortErrorMessage

Generated by PasDoc 0.16.0-snapshot.