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

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 nullNothingnullptra null reference (Nothing in Visual Basic), its value is not included in the returned string.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

FileLoadException Class

System.IO Namespace