Udostępnij za pośrednictwem


'Sub New' cannot implement interface members

Sub New is a constructor and it cannot implement members.

Error ID: BC31042

To correct this error

  • Remove Implements statements from Sub New procedures.

See Also

Reference

Implements (Visual Basic)

Other Resources

Interfaces in Visual Basic