FileNotFoundException.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, 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.

Remarks

This method overrides ToString.

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, 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.