LogicException Constructor (LogicErrors, String, Exception) |
Creates an instance of a logic exception.
A logic exception is a way to interrupt the program flow that has failed due to one or more
LogicError
Namespace: Entelect.ErrorHandlingAssembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntaxpublic LogicException(
LogicErrors errors,
string additionalMessage = null,
Exception innerException = null
)
Parameters
- errors
- Type: Entelect.ErrorHandlingLogicErrors
The collection of errors that caused this exception - additionalMessage (Optional)
- Type: SystemString
Any additional information to display about the exception - innerException (Optional)
- Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also