Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ObjectReference Class / StackTrace Property

In This Topic
    StackTrace Property (ObjectReference)
    In This Topic
    Gets the stack trace when the track object was created.
    Syntax
    'Declaration
     
    Public ReadOnly Property StackTrace As System.String
    public System.string StackTrace {get;}

    Property Value

    The stack trace.
    See Also