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.
Properties and methods are NotOverridable by default. The NotOverridable modifier can only be used on methods that override another property or method.
Error ID: BC31088
To correct this error
- Remove the NotOverridable modifier from properties and methods that do not override another member.