Raise an EDaemon exception.
Source position: daemonapp.pp line 425
| procedure DaemonError( | 
| const Msg: string | 
| ); | 
| const Fmt: string; | 
| const 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. |