Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

VncException

class VncException

Thrown to indicate that the SDK has encountered an exceptional condition.This could include passing invalid arguments to a method, a networking error occurring, an error creating a file, or a logic error in the SDK user’s calling code.

Inherits

Properties

VncException.ErrorCode

Contains the string code; values are listed for each function in the C API reference.

×