'End Interface' must be preceded by a matching 'Interface'

An End Interface statement occurs without a corresponding Interface statement. End Interface must be preceded by a corresponding Interface statement.

Error ID: BC30252

To correct this error

  1. Check to see if a preceding Interface statement is misspelled or otherwise invalid.

  2. Ensure that the Interface members are correctly formatted.

See Also

Reference

Interface Statement (Visual Basic)