Learn how to evaluate and integrate the VNC SDK
VncException¶
| extends: | Error |
|---|
-
vncsdk.VncException¶ Thrown to indicate that the SDK has encountered an exceptional condition.
Constructor Summary¶
| Modifier and Type | Method and Description |
|---|---|
VncException(errorCode, callingFunction) Constructs a |
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
| string |
Returns the name of this error. |
Constructor¶
-
class
vncsdk.VncException(errorCode, callingFunction) Constructs a
VncExceptionwith the given error code and the name of the function that produced it.Arguments: - errorCode (string) – The error code string.
- callingFunction (string) – The name of the function that produced the error.