Click or drag to resize
TaskExecutionException Constructor (ActiveElement, Exception)

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public TaskExecutionException(
	ActiveElement item,
	Exception ex
)

Parameters

item
Type: FlexRuleActiveElement
ex
Type: SystemException
See Also