Initializes a new instance of the DiagramStructureException class with the specified message.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DiagramStructureException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)

Parameters

message
Type: System..::.String
The exception message.

See Also