Search
DiagramErrorEventArgs Members
Constructors Properties
 


Contains the arguments passed to the DiagramError event handler.

The following tables list the members exposed by the DiagramErrorEventArgs type.

 Public Constructors

  Name Description

DiagramErrorEventArgs

Initializes a new instance of the DiagramErrorEventArgs class.

 Public Properties

  Name Description

Context

The context where the exception occurred (e.g., "DrawPolylineWithCrossings").

Exception

The exception that occurred internally during drawing or layout.

 See Also