Table of Contents

Class TerminalException

Namespace
OneImlx.Terminal
Assembly
OneImlx.Terminal.dll

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 Error

The error.

TerminalException(string, string)

Initializes a new instance.

public TerminalException(string error, string errorDescription)

Parameters

error string

The error code.

errorDescription string

The error description.

TerminalException(string, string, params object?[])

Initializes a new instance.

public TerminalException(string error, string errorDescription, params object?[] args)

Parameters

error string

The error code.

errorDescription string

The error description.

args object[]

The error description format arguments.