BadImageFormatException.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the fully qualified name of this exception and possibly the error message and the name of the inner exception.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.StringA string containing the fully qualified name of this exception and possibly the error message and the name of the inner exception.
The string representation returned by this method includes the name of the exception, the value of the Message property, and the result of calling ToString on the inner exception. If any of these members is a null reference (Nothing in Visual Basic), its value is not included in the returned string.