ServerExceptionThrownAction Enum
Lists the values that specify how to handle an 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
Members
Name | Description |
---|---|
Skip
|
An exception is consumed. |
Rethrow
|
An exception is rethrown. |
Remarks
The ServerExceptionThrownAction enumeration’s values are used to set the ServerExceptionThrownEventArgs.Action property.
See Also