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.
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, depending on which FileLoadException constructor is used.
Show: