Creates and returns a string representation of the current exception.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringA string representation of the current exception.
See Also