Initializes a new instance of the TerminalException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub New ( _
	message As String, _
	inner As Exception _
)
C#
public TerminalException(
	string message,
	Exception inner
)

Parameters

message
Type: System..::..String
The message that describes the error.
inner
Type: System..::..Exception
The exception that is the cause of the current exception.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also