2.1.153 [ECMA-262-1999] Section 15.11.7.10, NativeError.prototype.message

V0224:

#The initial value of the message property of the prototype for a given NativeError constructor is an implementation-defined string.#

In JScript 5.x NativeError prototype objects do not have their own message property. Instead they inherit their message property from Error.prototype.