Back to Devexpress

InvalidRowExceptionEventArgs.Exception Property

wpf-devexpress-dot-xpf-dot-grid-dot-invalidrowexceptioneventargs-98fd3837.md

latest1.2 KB
Original Source

InvalidRowExceptionEventArgs.Exception Property

Gets the exception that raised the GridViewBase.InvalidRowException event.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Exception Exception { get; }
vb
Public ReadOnly Property Exception As Exception

Property Value

TypeDescription
Exception

A Exception object representing the exception that raised the event.

|

See Also

InvalidRowExceptionEventArgs Class

InvalidRowExceptionEventArgs Members

DevExpress.Xpf.Grid Namespace