'Sub New' cannot be declared 'Overrides'

A constructor indicates that it overrides an inherited constructor. Constructors cannot be overridden.

Error ID: BC30283

To correct this error

  • Remove the Overrides keyword from the Sub declaration.

See Also

Concepts

Overriding Properties and Methods

Reference

Using Constructors and Destructors