BadImageFormatException Constructor (String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the BadImageFormatException class with a specified error message and file name.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
- Type: System.String
A message that describes the error.
- fileName
- Type: System.String
The full name of the file with the invalid image.
Show: