Private Inherited Method Error

You have attempted to override a Method from an inherited or base class, but the inherited class has specified the Method as private.

You may only override public or protected class Methods.

See also: