Possible reasons a VncException is thrown.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | Unknown reason. | |
| WrongKindOfServer | 1 | The server isn't a VNC server. | |
| UnsupportedProtocolVersion | 2 | RemoteViewing can't speak the protocol versions this server offers. | |
| ServerOfferedNoAuthenticationMethods | 3 | The server offered no authentication methods. This could mean that VNC is temporarily disabled. | |
| NoSupportedAuthenticationMethods | 4 | The server offered no supported authentication methods. | |
| PasswordRequired | 5 | A password was required to authenticate but wasn't supplied. | |
| AuthenticationFailed | 6 | Authentication failed. This could mean you supplied an incorrect password. | |
| UnsupportedPixelFormat | 7 | The server specified a pixel format RemoteViewing doesn't support. | |
| NetworkError | 8 | A network error occured. The connection may have been lost. | |
| SanityCheckFailed | 9 | The server sent a value that seems unreasonable. This shouldn't happen in normal conditions. | |
| UnrecognizedProtocolElement | 10 | The server sent an unrecognized protocol element. This shouldn't happen in normal conditions. |
See Also