The '<keyword>' keyword is used to overload inherited members; do not use the '<keyword>' keyword when overloading 'Sub New'
Visual Studio 2005
A constructor is declared with the Overloads keyword.
Visual Basic does not support inheriting or overloading constructors.
Error ID: BC32040
To correct this error
-
Remove the Overloads keyword from all constructor declarations.