Skip to main content
All docs
V24.2

RestoreLayoutErrorEventArgs.Exceptions Property

Gets the list of exceptions that occurred during the restore layout operation.

Namespace: DevExpress.Utils.Serializing

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public List<RestoreLayoutException> Exceptions { get; }

#Property Value

Type Description
List<DevExpress.Utils.Serializing.RestoreLayoutException>

The list of exceptions that occurred during the restore layout operation.

#Remarks

The Exceptions collection can contain the following items:

See Also