Click or drag to resize

ExpressionParserException(String, Object) Constructor

Initializes a new instance of the ExpressionParserException class.

Namespace: Scanjour.Workflow4.Web.Services.Helpers.Expressions
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ExpressionParserException(
	string format,
	params Object[] arguments
)

Parameters

format  String
The format.
arguments  Object
The arguments.
See Also