Class EInvalidParams
Unit
Declaration
type EInvalidParams = class(EShortErrorMessage)
Description
No description available, ancestor EShortErrorMessage description follows
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
- EInvalidParams
Generated by PasDoc 0.16.0.