ServerExceptionThrownEventArgs.Exception Property
Gets the exception thrown by a data server in Server Mode.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Exception | The data server exception. |
Remarks
The XPServerCollectionSource.ServerExceptionThrown event is raised when a data server in server mode throws an exception. Use the Exception property to get the exception’s details. To specify how to handle the exception, use the ServerExceptionThrownEventArgs.Action property.
See Also