August 2003
Intermediate to advanced
928 pages
32h 1m
English
MethodAccessException
This exception indicates a failed attempt to access a method.
public class MethodAccessException : MemberAccessException { // Public Constructors public MethodAccessException( ); public MethodAccessException(stringmessage); public MethodAccessException(stringmessage, Exceptioninner); // Protected Constructors protected MethodAccessException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
MemberAccessException
→
MethodAccessException