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

