Click or drag to resize
LogicException Constructor
Overload List
  Name Description
Public method LogicException(LogicError, 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
Public method LogicException(IEnumerableLogicError, 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
Public method LogicException(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
Protected method LogicException(SerializationInfo, StreamingContext, LogicErrors, String)
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
Top
See Also