Skip to main content
All docs
V25.1
  • RestoreLayoutErrorEventArgs(List<RestoreLayoutException>) Constructor

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

    Namespace: DevExpress.Utils.Serializing

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public RestoreLayoutErrorEventArgs(
        List<RestoreLayoutException> exceptions
    )

    Parameters

    Name Type
    exceptions List<DevExpress.Utils.Serializing.RestoreLayoutException>
    See Also