Constructor for the class instance.
Source position: masks.pas line 46
public constructor EMaskError.Create( |
const msg: string; |
aCode: TMaskExceptionCode |
); |
msg |
|
Message for the exception. |
aCode |
|
Error code for the exception. |
Calls the CreateFmt constructor using the values in msg and aCode as arguments.
|
Constructor for the class instance. |
| Version 4.4 | Generated 2025-11-08 | Home |