Class BoundaryConstraintException
Thrown when a node is moved or sized to a location that violates its boundary constraints.
Inheritance
System.Object
BoundaryConstraintException
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class BoundaryConstraintException : Exception
Constructors
BoundaryConstraintException(INode)
Initializes a new instance of the BoundaryConstraintException class.
Declaration
public BoundaryConstraintException(INode node)
Parameters
| Type | Name | Description |
|---|---|---|
| INode | node | The node. |
Properties
Message
Returns a message describing the exception.
Declaration
public override string Message { get; }
Property Value
| Type |
|---|
| System.String |
Node
Gets node that violated its boundary constraints.
Declaration
public INode Node { get; }
Property Value
| Type |
|---|
| INode |