ACCESS

669

Member is inaccessible

The member you have tried to access is not accessible. If the specified member has PROTECTED access, access is limited to the containing class or types derived from the containing class. If it has PRIVATE access, access is limited to the containing type. Accessibility is determined as follows:

REQUIRED fields, properties, and any set accessors of those properties must be equally as accessible or more accessible than all their enclosing classes. If the member or set accessor is less accessible than one or more of its enclosing classes, one of the following E_ACCESS errors is reported: