Freigeben über


GlobalObject.EvalError Eigenschaft

Definition

Ruft einen Verweis auf ein ErrorConstructor-Objekt ab. Das Objekt wird als EvalError 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 ^ EvalError { Microsoft::JScript::ErrorConstructor ^ get(); };
public static Microsoft.JScript.ErrorConstructor EvalError { get; }
static member EvalError : Microsoft.JScript.ErrorConstructor
Public Shared ReadOnly Property EvalError As ErrorConstructor

Eigenschaftswert

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

Gilt für: