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.