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

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    Declaration

    public LayoutStreamException(
        string message,
        Exception innerException
    )

    Parameters

    Name Type
    message String
    innerException Exception
    See Also