ToString
Overrides Exception
This method returns the fully qualified name of this exception, the error message in the Message property, the InnerException.ToString()
message, and the stack trace.
Declaration
// C# public override string ToString();
Return Value
The fully qualified name of this exception.