A derived-class method that uses the override modifier has no matching method in the base class. You cannot override a method that does not exist.
To correct this error
-
Remove the override modifier from the method declaration.
- or -
-
Add a matching method to the base class.
See Also
Reference
override ModifierConcepts
Other Resources
JScript ReferenceClass-based Objects