GlobalObject.URIError 屬性

定義

取得 ErrorConstructor 物件的參考。 物件會初始化為 URIError

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

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

屬性值

ErrorConstructor 物件的參考。 物件會初始化為 URIError

適用於