The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BadImageFormatException::FileName Property
.NET Framework (current version)
Gets the name of the file that causes this exception.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::String^The 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.
This property returns the name of the file supplied to the constructor for the current instance, if any. If the file name was not specified or is a null reference (Nothing in Visual Basic), this property returns a null reference.
This property is read-only.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: