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

