VncException Class

RemoteViewing
This exception is thrown when there is a problem with the VNC client-server communication.
Inheritance Hierarchy

SystemObject
  SystemException
    RemoteViewing.VncVncException

Namespace:  RemoteViewing.Vnc
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class VncException : Exception

The VncException type exposes the following members.

Constructors

  NameDescription
Public methodVncException
Initializes an instance of the VncException class.
Public methodVncException(String, VncFailureReason, Exception)
Initializes an instance of the VncException class, with a reason specified.
Top
Properties

  NameDescription
Public propertyReason
The reason the exception was thrown.
Top
See Also

Reference