Click or drag to resize
StackFrameToString Method
Builds a readable representation of the stack trace.

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

Return Value

Type: String
A readable representation of the stack trace.
See Also