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 call to New() occurs after the first statement of a constructor. If one constructor calls another explicitly, it must do so in the first statement following the Sub New() statement.
Error ID: BC30282
To correct this error
- Remove the call to
New(), or move it to the beginning of the constructor.
See also
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.