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

Public constructor Create(const S: string); overload;
Public constructor Create(const ErrorNumber: Int64); overload;
Public constructor CreateFmt(const s: string; const Args: array of const);

Description

Methods

Public constructor Create(const S: string); overload;

This item has no description.

Public constructor Create(const ErrorNumber: Int64); overload;

This item has no description.

Public constructor CreateFmt(const s: string; const Args: array of const);

This item has no description.


Generated by PasDoc 0.16.0-snapshot.