Class EInternalError
Unit
Declaration
type EInternalError = class(Exception)
Description
Internal error (bug) in the program. Something that definitely should not happen and indicates a bug that should be reported.
This exception must be shown to user (never silently ignored), and usually the safest thing to do is to close the program at this point.
We will add to your error message (passed to the constructor) some instructive message, like 'Please submit this to the developers: '
.
Hierarchy
- TObject
- Exception
- EInternalError
Overview
Methods
constructor Create(const S: string); overload; |
|
constructor Create(const ErrorNumber: Int64); overload; |
|
constructor CreateFmt(const s: string; const Args: array of const); |
Description
Methods
constructor Create(const S: string); overload; |
|
This item has no description. |
constructor Create(const ErrorNumber: Int64); overload; |
|
This item has no description. |
constructor CreateFmt(const s: string; const Args: array of const); |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.