RestoreLayoutErrorEventArgs.Exceptions Property
Gets the list of exceptions that occurred during the restore layout operation.
Namespace: DevExpress.Utils.Serializing
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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