XPServerModeView.ServerExceptionThrown Event
Occurs 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
Hadle this event to respond to an exception thrown by a data server. Use the Exception parameter to identify the current exception. Use the Action parameter to respond to the exception.
See Also