Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

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

DestroyedObjectError()

Constructs a DestroyedObjectError with the default detail message.

Method Summary

Modifier and Type Method and Description
string

toString()

Returns the name of this error.

Constructor

class vncsdk.DestroyedObjectError()

Constructs a DestroyedObjectError with the default detail message.

Methods

DestroyedObjectError.toString()

Returns the name of this error.

Return type:string
×