Mono Class Library: System.IO.FileLoadException Overview | Members

System.IO.FileLoadException.ToString Method

Returns a string representation of the current exception. [Edit]

public override string ToString ()

Returns

A string representation of the current exception. [Edit]

Remarks

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]

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0