Skip to main content
All docs
V23.2

LayoutStreamException(String, Exception) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public LayoutStreamException(
    string message,
    Exception innerException
)

Parameters

Name Type
message String
innerException Exception
See Also