Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Override modifiers cannot be used with NotInheritable classes because their members cannot be overridden.
Error ID: BC30607
To correct this error
- Remove override modifiers, such as Overridable, NotOverridable, or MustOverride, from the class definition.
See Also
Concepts
Overriding Properties and Methods