Class EJCoreException
Unit
JCoreClasses
Declaration
type EJCoreException = class(Exception)
Description
Hierarchy
- Exception
- EJCoreException
Overview
Methods
 |
constructor Create(const ACode: Integer; const AMsg: string; const AArgs: array of const); |
Properties
 |
property Code: Integer read FCode; |
 |
property Msg: string read FMsg; |
Description
Methods
 |
constructor Create(const ACode: Integer; const AMsg: string; const AArgs: array of const); |
|
Properties
 |
property Code: Integer read FCode; |
|
 |
property Msg: string read FMsg; |
|
Generated by PasDoc 0.14.0.
|