Class A3DGEException
Unit
a3dge.Classes
Declaration
type A3DGEException = class(Exception)
Description
Base class for exceptions raised by the engine.
Hierarchy
Overview
Methods
 |
constructor Create (const aMsg: String); |
 |
constructor CreateFmt (const aFmt: string; const aArgs: array of const); |
Description
Methods
 |
constructor Create (const aMsg: String); |
Constructs a new exception object with a given message.
See also
- A3DGEException.CreateFmt
- Constructs a new exception object and formats a new message.
|
 |
constructor CreateFmt (const aFmt: string; const aArgs: array of const); |
Constructs a new exception object and formats a new message.
Parameters
- aFmt
- A formatting string as in
Format .
- aArgs
- List of arguments to be combined with the
aFmt parameter.
See also
- A3DGEException.Create
- Constructs a new exception object with a given message.
|
Generated by PasDoc 0.15.0. Generated on 2025-07-31 11:41:01.
|