Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.ErrorOccurredEventArgs Class / StackTrace Property

In This Topic
    StackTrace Property
    In This Topic
    Gets the stack trace of the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property StackTrace As String
    public string StackTrace {get;}
    See Also