Click or drag to resize
LogicErrors Constructor (LogicError)
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(
	LogicError error
)

Parameters

error
Type: Entelect.ErrorHandlingLogicError
The initial error to include in the collection
See Also