GlobalObject.ReferenceError Proprietà

Definizione

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

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

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

Valore della proprietà

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

Si applica a