'Implements' not valid in Modules

An Implements statement or clause occurs inside a module. Modules cannot implement interfaces.

Error ID: BC30231

To correct this error

  • Remove the Implements statement or clause, or retype the module as a class.

See Also

Reference

Implements Statement

Module Statement