Represents the exception that is thrown when there is an attempt to access a nonexistent method.
Object
Exception
SystemException
AccessException
MissingMemberException
MissingMethodException
[Visual Basic] Public Class MissingMethodException Inherits MissingMemberException [C#] public class MissingMethodException : MissingMemberException [C++] public __gc class MissingMethodException : public MissingMemberException [JScript] public class MissingMethodException extends MissingMemberException
The MissingMethodException provides an exception class for class loading failures.
Namespace: System
Assembly: mscorlib.dll