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

Namespace: FlexRule.Decisions.Tables.Definitions
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public DecisionTableDefinitionException(
	string msg,
	Exception exception
)

Parameters

msg
Type: SystemString
exception
Type: SystemException
See Also