[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |