Click or drag to resize

BrokenRuleException Constructor (List<BrokenRule>, IBusinessBase)

Initializes a new instance of the BrokenRuleException class

Namespace:  EDK4Net.Exceptions
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public BrokenRuleException(
	List<BrokenRule> brokenRules,
	IBusinessBase o
)

Parameters

brokenRules
Type: System.Collections.Generic.List<BrokenRule>
o
Type: EDK4Net.Core.IBusinessBase
See Also