'Default' cannot be combined with '<specifier>'

You have attempted to combine the Default keyword with a specifier, such as Shared or Private, that is not valid in this context.

Error ID: BC30490

To correct this error

  • Remove Default.

    -or-

  • Remove the conflicting specifier.

See Also

Reference

Default (Visual Basic)