BadImageFormatException.ToString Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns the fully qualified name of this exception and possibly the error message and the name of the inner exception.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
public override string ToString()
Return Value
Type: System.String
A string containing the fully qualified name of this exception and possibly the error message and the name of the inner exception.
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.