Unit 'daemonapp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

DaemonError

Raise an EDaemon exception.

Declaration

Source position: daemonapp.pp line 418

procedure DaemonError(

  const Msg: string

);

procedure DaemonError(

  const Fmt: string;

  const Args: array of Const

);

Arguments

Msg

  

Message for the exception.

Arguments

Fmt

  

Formatting string for exception message.

Args

  

Arguments to format for exception message.

Description

DaemonError raises an EDaemon exception with message Msg or it formats the message using Fmt and Args.

See also

EDaemon

  

Exception used in all daemon application code.


Documentation generated on: Jul 24 2023