| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class EGMException
Unit
Declaration
type EGMException = class(Exception)
Description
Base class for all Exception on GMLib.
If you want to translate the exceptions, follow this steps:
Create a new element into
GMSets.TGMLangset representing the new language.Create a new const array into
GMTranslationsunit named Lang_XXX.And put new set value into GetTranslateText case.
Hierarchy
- TObject
- Exception
- EGMException
Overview
Methods
![]() |
constructor Create(const Msg: string; const Args: array of const; Lang: TGMLang); reintroduce; overload; virtual; |
![]() |
constructor Create(const Idx: Integer; const Args: array of const; Lang: TGMLang); reintroduce; overload; virtual; |
Description
Methods
![]() |
constructor Create(const Msg: string; const Args: array of const; Lang: TGMLang); reintroduce; overload; virtual; |
|
Constructor class.
Parameters
| |
![]() |
constructor Create(const Idx: Integer; const Args: array of const; Lang: TGMLang); reintroduce; overload; virtual; |
|
Constructor class.
Parameters
| |
Generated by PasDoc 0.15.0.
