Freigeben über


GlobalObject.TypeError Eigenschaft

Definition

Ruft einen Verweis auf ein ErrorConstructor-Objekt ab. Das Objekt wird als TypeError 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 ^ 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

Eigenschaftswert

ErrorConstructor

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

Gilt für