Share via


GlobalObject.SyntaxError Propriété

Définition

Obtient une référence à un objet ErrorConstructor. L'objet est initialisé en tant que SyntaxError.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 static property Microsoft::JScript::ErrorConstructor ^ SyntaxError { Microsoft::JScript::ErrorConstructor ^ get(); };
public static Microsoft.JScript.ErrorConstructor SyntaxError { get; }
member this.SyntaxError : Microsoft.JScript.ErrorConstructor
Public Shared ReadOnly Property SyntaxError As ErrorConstructor

Valeur de propriété

ErrorConstructor

Référence à un objet ErrorConstructor. L'objet est initialisé en tant que SyntaxError.

S’applique à