Skip to main content
All docs
V25.1
  • LayoutStreamException(String, Exception) Constructor

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public LayoutStreamException(
        string message,
        Exception innerException
    )

    Parameters

    Name Type
    message String
    innerException Exception
    See Also