August 2003
Intermediate to advanced
928 pages
32h 1m
English
MemberAccessException
This is the superclass of several exceptions that indicate a failed attempt to access a class member.
public class MemberAccessException : SystemException { // Public Constructors public MemberAccessException( ); public MemberAccessException(stringmessage); public MemberAccessException(stringmessage, Exceptioninner); // Protected Constructors protected MemberAccessException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
MemberAccessException
FieldAccessException,
MethodAccessException,
MissingMemberException