Class EJCoreException

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type EJCoreException = class(Exception)

Description

Hierarchy

  • Exception
  • EJCoreException

Overview

Methods

Public constructor Create(const ACode: Integer; const AMsg: string; const AArgs: array of const);

Properties

Public property Code: Integer read FCode;
Public property Msg: string read FMsg;

Description

Methods

Public constructor Create(const ACode: Integer; const AMsg: string; const AArgs: array of const);
 

Properties

Public property Code: Integer read FCode;
 
Public property Msg: string read FMsg;
 

Generated by PasDoc 0.14.0.