JS1175: There is no member in a base class to hide

A derived class method has the hide modifier, but there is no matching method in the base class. You cannot hide a method that does not exist.

To correct this error

  1. Remove the hide modifier from the method declaration.

    - or -

  2. Add a matching method to the base class.

See Also

Concepts

Troubleshooting Your Scripts

Reference

hide Modifier

Other Resources

JScript Reference