MissingMemberException Constructor
.NET Framework 2.0
Initializes a new instance of the MissingMemberException class.
| Name | Description |
|---|---|
| MissingMemberException () | Initializes a new instance of the MissingMemberException class. Supported by the .NET Compact Framework. |
| MissingMemberException (String) | Initializes a new instance of the MissingMemberException class with a specified error message. Supported by the .NET Compact Framework. |
| 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. Supported by the .NET Compact Framework. |
| MissingMemberException (String, String) | Initializes a new instance of the MissingMemberException class with the specified class name and member name. |