NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MissingMethodException Class

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

Remarks

The MissingMethodException provides an exception class for class loading failures.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

MissingMethodException Members | System Namespace