SocketTools .NET Edition

TerminalEmulationException Class

The exception that is thrown when an error occurs.

For a list of all members of this type, see TerminalEmulationException Members.

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.TerminalEmulationException

[Visual Basic]
Public Class TerminalEmulationException
    Inherits ApplicationException
[C#]
public class TerminalEmulationException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A TerminalEmulationException is thrown by the Terminal control when an error occurs.

The default constructor for the TerminalEmulationException class sets the ErrorCode property to the socket error that occurred.

Requirements

Namespace: SocketTools

Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)

See Also

TerminalEmulationException Members | SocketTools Namespace