Click or drag to resize
LogicErrors Constructor (IListLogicError)
A collection of LogicError Contains a set of helper methods that makes working with multiple logic errors easier.

Namespace: Entelect.ErrorHandling
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public LogicErrors(
	IList<LogicError> list
)

Parameters

list
Type: System.Collections.GenericIListLogicError
The collection of LogicError to be contained in the list
See Also