Share via


GlobalObject.TypeError Proprietà

Definizione

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

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

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

Valore della proprietà

ErrorConstructor

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

Si applica a