Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The specified method name conflicts with a MustOverride method implicitly generated by a property in the base class. For example, if you declare a property named Prop1, the compiler generates the implicit procedures get_Prop1 and set_Prop1.
Error ID: BC31416
To correct this error
Give the method a unique name.
Remove the MustOverride modifier from the property in the base class.