Skip to main content
All docs
V25.1
  • InfiniteHierarchicalChartSizeException(String) Constructor

    Initializes a new instance of the InfiniteHierarchicalChartSizeException class with specified settings.

    Namespace: DevExpress.Xpf.TreeMap

    Assembly: DevExpress.Xpf.TreeMap.v25.1.dll

    NuGet Package: DevExpress.Wpf.TreeMap

    Declaration

    public InfiniteHierarchicalChartSizeException(
        string message
    )

    Parameters

    Name Type
    message String
    See Also