Click or drag to resize
ValueExpressionException Constructor (String, Exception)

Namespace: FlexRule.Validation.Languages.Parser.ValueTranslators
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ValueExpressionException(
	string msg,
	Exception exception
)

Parameters

msg
Type: SystemString
exception
Type: SystemException
See Also