Returns the fully qualified name of the current exception, and possibly the error message, the name of the inner exception, and the stack trace.
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 System.IO.FileLoadException constructor is used.
This method overrides object.ToString.
The string representation returned by this method includes the name of the exception, the value of the FileLoadException.Message the value of the FileLoadException.FileName property, and the result of calling Environment.StackTrace. If any of these members is a null reference, its value is not included in the returned string.