Class EApplicationException
Unit
xomException
Declaration
type EApplicationException = class(Exception)
Description
EApplicationException
Hierarchy
- Exception
- EApplicationException
Overview
Methods
 |
procedure AfterConstruction; override; |
 |
constructor Create(const msg : String); reintroduce; overload; virtual; |
 |
constructor Create(const msg : WideString); overload; virtual; |
 |
constructor CreateFmt(const msg : String; const args : array of const); reintroduce; overload; virtual; |
 |
constructor CreateFmt(const msg : WideString; const args : array of const); reintroduce; overload; virtual; |
Properties
 |
property Critical: Boolean read FCritical write FCritical; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
constructor Create(const msg : String); reintroduce; overload; virtual; |
|
|
 |
constructor Create(const msg : WideString); overload; virtual; |
|
|
 |
constructor CreateFmt(const msg : String; const args : array of const); reintroduce; overload; virtual; |
|
|
 |
constructor CreateFmt(const msg : WideString; const args : array of const); reintroduce; overload; virtual; |
|
|
Properties
 |
property Critical: Boolean read FCritical write FCritical; |
|
|
Generated by PasDoc 0.15.0.
|