GlobalObject.SyntaxError Proprietà

Definizione

Ottiene un riferimento a un oggetto ErrorConstructor. L'oggetto viene inizializzato come SyntaxError.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valore della proprietà

ErrorConstructor

Riferimento a un oggetto ErrorConstructor. L'oggetto viene inizializzato come SyntaxError.

Si applica a