GlobalObject.ReferenceError 屬性

定義

會得到一個物件的 ErrorConstructor 參考。 物件初始化為 ReferenceError

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

屬性值

指的是某個 ErrorConstructor 物件。 物件初始化為 ReferenceError

適用於