MissingMethodException Constructor
.NET Framework (current version)
Initializes a new instance of the MissingMethodException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | MissingMethodException() | Initializes a new instance of the MissingMethodException class. |
![]() | MissingMethodException(SerializationInfo^, StreamingContext) | Initializes a new instance of the MissingMethodException class with serialized data. |
![]() | MissingMethodException(String^) | Initializes a new instance of the MissingMethodException class with a specified error message. |
![]() | MissingMethodException(String^, Exception^) | Initializes a new instance of the MissingMethodException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | MissingMethodException(String^, String^) | Initializes a new instance of the MissingMethodException class with the specified class name and method name. |
Show:

