Class TerminalException
The exception that represents a terminal error.
public sealed class TerminalException : ErrorException, ISerializable
- Inheritance
-
TerminalException
- Implements
- Inherited Members
Constructors
TerminalException(Error)
Initializes a new instance.
public TerminalException(Error error)
Parameters
error
ErrorThe error.
TerminalException(string, string)
Initializes a new instance.
public TerminalException(string error, string errorDescription)
Parameters
TerminalException(string, string, params object?[])
Initializes a new instance.
public TerminalException(string error, string errorDescription, params object?[] args)