[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#lazutils)

EvaluationError

Raises an exception during expression evaluation with the specified error message.

Declaration

Source position: laz2_xpath.pas line 248

procedure EvaluationError(

  const Msg: string

);

procedure EvaluationError(

  const Msg: string;

  const Args: array of Const

);

Arguments

Msg

  

Message for the evaluation error.

Arguments

Msg

  

Message for the evaluation error.

Args

  

Arguments used to format the message for the evaluation error.


Version 4.0 Generated 2025-05-03 Home