ErrorOccurredEventArgs Constructor

Public Sub New( _ 
ByVal message As String, _ 
ByVal stackTrace As String, _ 
ByVal graphicsDataWithError As EntityGraphicsData
)
This language is not supported or no code example is available.
public ErrorOccurredEventArgs( 
string message
string stackTrace
EntityGraphicsData graphicsDataWithError 
)
This language is not supported or no code example is available.

Parameters

message
string

stackTrace
string

graphicsDataWithError
EntityGraphicsData

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition