Freigeben über


GlobalObject.Error Eigenschaft

Definition

Ruft einen Verweis auf ein ErrorConstructor-Objekt ab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Eigenschaftswert

ErrorConstructor

Ein Verweis auf ein ErrorConstructor-Objekt.

Gilt für