XPServerCollectionSource.ServerExceptionThrown Event
Fires when a data server throws an exception.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Event Data
The ServerExceptionThrown event's data class is ServerExceptionThrownEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Action | Gets or sets how the data server exception is to be handled in Server Mode. |
Exception | Gets the exception thrown by a data server in Server Mode. |
Remarks
Handle this event to respond to an exception being thrown by a data server. The Exception parameter allows you to identify the current exception. To respond to the exception use the Action parameter.
See Also