The exception thrown as a result of trying to access a class member in an illegal way. The visibility check is the most common reason for this exception.
Parent Class
See Also
| Type | Name | Signature |
|---|---|---|
| constructor | IllegalMemberAccessException | public IllegalMemberAccessException(string) |
public IllegalMemberAccessException(string msg)Create an instance of IllegalMemberAccessException with specified message. Mainly reserved for system use.
Parameters