Freigeben über


GlobalObject.SyntaxError Eigenschaft

Definition

Ruft einen Verweis auf ein ErrorConstructor-Objekt ab. Das Objekt wird als SyntaxError initialisiert.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Eigenschaftswert

ErrorConstructor

Ein Verweis auf ein ErrorConstructor-Objekt. Das Objekt wird als SyntaxError initialisiert.

Gilt für