Search
DiagramErrorEventArgs.Exception Property
See Also
 





The exception that occurred internally during drawing or layout.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Exception Exception { get; }

Visual Basic  Copy Code

Public ReadOnly Property Exception As Exception

 Property Value

 See Also