BadImageFormatException.FileName Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the name of the file that causes this exception.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.StringThe name of the file with the invalid image, or a null reference if no file name was passed to the constructor for the current instance.
Show: