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::Message Property
.NET Framework (current version)
Gets the error message and the name of the file that caused this exception.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::String^A string containing the error message and the name of the file that caused this exception.
Implements
_Exception::MessageIf no message was supplied to the constructor for the current exception, this property returns a system-supplied error message. If the FileName property is not a null reference (Nothing in Visual Basic), the message includes the file name.
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
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: