Enum ServerExceptionThrownAction
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Lists the values that specify how to handle an exception thrown by a data server in Server Mode.
public enum ServerExceptionThrownAction
Fields
Rethrow = 1
An exception is rethrown.
Skip = 0
An exception is consumed.