ExpressionParserException Constructor (String, Object)

Scanjour Workflow4 Reference Manual
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: 23.1.0.0 (23.1.0.0)
Syntax

public ExpressionParserException(
	string format,
	params Object[] arguments
)

Parameters

format
Type: SystemString
The format.
arguments
Type: SystemObject
The arguments.
See Also

Reference