<error>: '<constructorname1>' calls '<constructorname2>'
A circular constructor call occurs. A constructor makes a call to Me.New()
or MyClass.New()
. One possible cause is an attempt to call an overloaded constructor with a different argument list.
Error ID: BC30297
Use a different argument list to call an overloaded constructor.
If there are no accessible overloads, remove the call to
Me.New()
orMyClass.New()
.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: