<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
To correct this error
Use a different argument list to call an overloaded constructor.
If there are no accessible overloads, remove the call to Me.New() or MyClass.New().