[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Raise an EDaemon exception
Source position: line 0
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 |
lazarus-ccr.sourceforge.net |