alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved