FileLoadException::ToString Method ()
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::String^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 FileLoadException constructor is used.
Implements
_Exception::ToString()This method overrides ToString.
The string representation returned by this method includes the name of the exception, the value of the Message the value of the FileName property, and the result of calling StackTrace. If any of these members is a null reference, its value is not included in the returned string.
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0