Methods in a Module cannot be declared '<specifier>'
You have used a specifier that is not valid on a method within a Module statement. Modules can never be instantiated, do not support inheritance, and cannot implement interfaces.
Error ID: BC30433
To correct this error
- Remove the specifier.