Learn how to evaluate and integrate the VNC SDK
Library.VncException¶
-
public static class
VncExceptionextends Exception¶ 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.
Constructor Summary¶
VncException(Stringcode,StringcallingFunction)Constructs a
VncExceptionwith the specified detail message.