Learn how to evaluate and integrate the VNC SDK
DestroyedObjectError¶
extends: | Error |
---|
-
vncsdk.
DestroyedObjectError
¶ Thrown to indicate that another method has been invoked on an SDK object after the “destroy” method has been used.
Constructor Summary¶
Modifier and Type | Method and Description |
---|---|
Constructs a |
Method Summary¶
Modifier and Type | Method and Description |
---|---|
string |
Returns the name of this error. |
Constructor¶
-
class
vncsdk.
DestroyedObjectError
() Constructs a
DestroyedObjectError
with the default detail message.