BadImageFormatException::ToString Method ()
.NET Framework (current version)
Returns the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System::String^A string containing the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.
Implements
_Exception::ToString()The string representation returned by this method includes the name of the exception, the value of the Message property, the result of calling ToString on the inner exception, the value of the FileName property, and the result of calling StackTrace. If any of these members is a null reference (Nothing in Visual Basic), its value is not included in the returned string.
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: