'<qualifiedmethod>' is not accessible in this context because it is '<modifier>'
You have attempted to access a method that is not accessible in this context due to a modifier that has been applied to it.
Error ID: BC30390
To correct this error
- Remove the modifier.
See Also
Concepts
Considerations for Choosing Access Levels for Methods