GlobalObject.TypeError Proprietà

Definizione

Ottiene un riferimento a un ErrorConstructor oggetto . 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; }
static member TypeError : Microsoft.JScript.ErrorConstructor
Public Shared ReadOnly Property TypeError As ErrorConstructor

Valore della proprietà

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

Si applica a