The code attempted to delete a member of an object that cannot be deleted. Only expando properties (properties that have been dynamically added to an object) can be deleted.
To correct this error
-
Do not attempt to delete the object member.
See Also
Reference
delete Operatorexpando Modifier
Concepts
JScript Object Object