Class LineOutOfConsoleException
- Namespace
- ConsoleAppVisuals.Errors
- Assembly
- ConsoleAppVisuals.dll
Exception thrown when a line exceeds the console's height.
public class LineOutOfConsoleException : Exception, ISerializable
- Inheritance
-
LineOutOfConsoleException
- Implements
- Inherited Members
Remarks
For more information, consider visiting the documentation available here.
Constructors
LineOutOfConsoleException()
Exception thrown when a line exceeds the console's height.
public LineOutOfConsoleException()
LineOutOfConsoleException(string)
Exception thrown when a line exceeds the console's height.
public LineOutOfConsoleException(string message)
Parameters
message
stringMessage to be displayed.
LineOutOfConsoleException(string, Exception)
Exception thrown when a line exceeds the console's height.
public LineOutOfConsoleException(string message, Exception inner)