Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Creates a new JavaScript ReferenceError error object.
Syntax
STDAPI_(JsErrorCode) JsCreateReferenceError(
_In_ JsValueRef message,
_Out_ JsValueRef *error
);
Parameters
message
Message for the error object.
error
The new error object.
Return Value
The code JsNoError if the operation succeeded, a failure code otherwise.
Remarks
Requires an active script context.
Requirements
Header: jsrt.h