Eyeshot 10 WinForms API Reference
ViewportLayout.ErrorOccurredEventArgs Constructor

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout.ErrorOccurredEventArgs Class : ViewportLayout.ErrorOccurredEventArgs Constructor
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

Reference

ViewportLayout.ErrorOccurredEventArgs Class
ViewportLayout.ErrorOccurredEventArgs Members