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.
Classes with MustOverride methods cannot be used as attributes.
MustOverride members of attribute classes can only be used from derived classes that override such members.
Error ID: BC31507
To correct this error
Remove the MustOverride modifier from attribute class members.
Implement MustOverride members in a derived class, and use that class as an attribute.