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.
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().