Skip to main content
All docs
V24.1

RestoreLayoutErrorEventArgs(List<RestoreLayoutException>) Constructor

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

Namespace: DevExpress.Utils.Serializing

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public RestoreLayoutErrorEventArgs(
    List<RestoreLayoutException> exceptions
)

Parameters

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