This exception is thrown when there is a problem with the VNC client-server communication.
Inheritance Hierarchy
SystemException
RemoteViewing.VncVncException
Namespace: RemoteViewing.Vnc
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The VncException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VncException |
Initializes an instance of the VncException class.
| |
| VncException(String, VncFailureReason, Exception) |
Initializes an instance of the VncException class, with a reason specified.
|
Properties
| Name | Description | |
|---|---|---|
| Reason |
The reason the exception was thrown.
|
See Also