Search
DiagramErrorEventArgs.Context Property
See Also
 





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

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

 Syntax

C#  Copy Code

public string Context { get; }

Visual Basic  Copy Code

Public ReadOnly Property Context As String

 Property Value

 See Also