Click or drag to resize
ExpressionParserIncompatibleOperandsError Method

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

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private Exception IncompatibleOperandsError(
	string opName,
	Expression left,
	Expression right,
	int pos
)

Parameters

opName
Type: SystemString
left
Type: System.Linq.ExpressionsExpression
right
Type: System.Linq.ExpressionsExpression
pos
Type: SystemInt32

Return Value

Type: Exception
See Also