GlobalObject.originalSyntaxErrorField Field

Definition

Stores a reference to an ErrorConstructor object. The object is initialized as a SyntaxError.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected: Microsoft::JScript::ErrorConstructor ^ originalSyntaxErrorField;
protected Microsoft.JScript.ErrorConstructor originalSyntaxErrorField;
val mutable originalSyntaxErrorField : Microsoft.JScript.ErrorConstructor
Protected originalSyntaxErrorField As ErrorConstructor 

Field Value

Applies to