Mono Class Library: System.IO.FileLoadException Overview | MembersSystem.IO.FileLoadException.ToString Method |
Returns a string representation of the current exception. [Edit]
|
A string representation of the current exception. [Edit]
The string representation returned by this method includes the value of the FileLoadException.Message property, the value of the FileLoadException.FileName property, the result of calling ToString on the exception returned by FileLoadException.InnerException, and the result of calling Environment.StackTrace. If any of these members is null, its value is not included in the returned string.
Note: This method overrides object.ToString .[Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0