Click or drag to resize
ParserException Constructor (String, String)

Namespace: FlexRule.DynamicEvaluation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ParserException(
	string msg,
	string expression
)

Parameters

msg
Type: SystemString
expression
Type: SystemString
See Also