FileLoadException.ToString Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns the fully qualified name of the current exception, and possibly the error message, the name of the inner exception, and the stack trace.

Namespace:  System.IO
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, the name of the inner exception, and the stack trace, depending on which FileLoadException constructor is used.

Remarks

This method overrides ToString.

The string representation returned by this method includes the name of the exception and the value of the Message property. If any of these members is nulla 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.