IllegalMemberAccessException CLASS

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

All Members


TypeNameSignature
constructorIllegalMemberAccessExceptionpublic IllegalMemberAccessException(string)

Constructors


public IllegalMemberAccessException(string msg)

Create an instance of IllegalMemberAccessException with specified message. Mainly reserved for system use.

Parameters

  • msg The message for this exception.