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.