Click or drag to resize
ExpressionParserParseError Method (Int32, String, Object)

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.ParseError(System.Int32,System.String,System.Object[])"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private Exception ParseError(
	int pos,
	string format,
	params Object[] args
)

Parameters

pos
Type: SystemInt32
format
Type: SystemString
args
Type: SystemObject

Return Value

Type: Exception
See Also