ToString Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overrides Function ToString As String

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.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft