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

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,
	Exception inner
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	inner As Exception _
)

Parameters

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

See Also