ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ObjectReference Class / StackTrace Property

In This Topic
    StackTrace Property
    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