LogicErrorsAddRange Method |
Adds the supplied logic errors to the collection
Namespace: Entelect.ErrorHandlingAssembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntaxpublic void AddRange(
IEnumerable<LogicError> errors
)
Parameters
- errors
- Type: System.Collections.GenericIEnumerableLogicError
See Also