LogicErrors Constructor (IEnumerableLogicError) |
A collection of
LogicError
Contains a set of helper methods that makes working with multiple logic errors easier.
Namespace: Entelect.ErrorHandlingAssembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntaxpublic LogicErrors(
IEnumerable<LogicError> list
)
Parameters
- list
- Type: System.Collections.GenericIEnumerableLogicError
The collection of LogicError to be contained in the list
See Also