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.
Sub New
constructors declared within structures must either accept arguments or be declared with the Shared
modifier.
Error ID: BC30629
To correct this error
Change the
Sub New
constructor so that it accepts arguments.Apply the
Shared
modifier to make the constructor shared.
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.