Delen via


'Interface' must end with a matching 'End Interface'

An Interface statement occurs without a corresponding End Interface statement. You must use an End Interface statement to end the interface definition.

Error ID: BC30253

To correct this error

  1. Check that the Interface members are correctly formatted.

  2. Add an End Interface statement tot the end of the interface definition.

See Also

Reference

Interface Statement (Visual Basic)