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

In This Topic
    ViewportLayout.ErrorOccurredEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String, _
       ByVal stackTrace As String, _
       ByVal graphicsDataWithError As EntityGraphicsData _
    )
    public ViewportLayout.ErrorOccurredEventArgs( 
       string message,
       string stackTrace,
       EntityGraphicsData graphicsDataWithError
    )

    Parameters

    message
    stackTrace
    graphicsDataWithError
    See Also