Back to Devexpress

RestoreLayoutErrorEventArgs.Exceptions Property

corelibraries-devexpress-dot-utils-dot-serializing-dot-restorelayouterroreventargs.md

latest1.6 KB
Original Source

RestoreLayoutErrorEventArgs.Exceptions Property

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

Namespace : DevExpress.Utils.Serializing

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public List<RestoreLayoutException> Exceptions { get; }
vb
Public ReadOnly Property Exceptions As List(Of RestoreLayoutException)

Property Value

TypeDescription
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

RestoreLayoutErrorEventArgs Class

RestoreLayoutErrorEventArgs Members

DevExpress.Utils.Serializing Namespace