[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Raise an EDaemon exception
Source position: daemonapp.pp line 394
procedure DaemonError( |
Msg: string |
); |
Fmt: string; |
Args: array of Const |
); |
Msg |
|
Message for the exception |
Fmt |
|
Formatting string for exception message |
Args |
|
Arguments to format for exception message |
DaemonError raises an EDaemon exception with message Msg or it formats the message using Fmt and Args.
|
Exception used in all daemon application code |