Get a string representation of the frames on the call stack at the time the current exception was thrown.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public override string StackTrace { get; }
Visual Basic
Public Overrides ReadOnly Property StackTrace As String
	Get

Implements

_Exception..::..StackTrace

See Also