Initializes a new instance of the DiagramStructureException class with serialized data.

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

Syntax

C#
protected DiagramStructureException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic (Declaration)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

Parameters

info
Type: System.Runtime.Serialization..::.SerializationInfo
The serialized data.
context
Type: System.Runtime.Serialization..::.StreamingContext
Describes the source or destination of the serialized data.

See Also