Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home