Click or drag to resize
ExceptionToString Method
Creates and returns a string representation of the current exception.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
A string representation of the current exception.
See Also