This documentation is archived and is not being maintained.
MissingMemberException Constructor
Visual Studio 2010
Initializes a new instance of the MissingMemberException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
MissingMemberException() | Initializes a new instance of the MissingMemberException class. |
|
MissingMemberException(String) | Initializes a new instance of the MissingMemberException class with a specified error message. |
|
MissingMemberException(SerializationInfo, StreamingContext) | Initializes a new instance of the MissingMemberException class with serialized data. |
|
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: