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

