FileNotFoundException.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, the name of the inner exception, and the stack trace.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.StringA string containing the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.
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.