GlobalObject.ReferenceError Property

Definition

Gets a reference to an ErrorConstructor object. The object is initialized as a ReferenceError.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

A reference to an ErrorConstructor object. The object is initialized as a ReferenceError.

Applies to