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

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

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

Implements

_Exception..::..StackTrace

See Also