A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Skip | An exception is consumed. |
Rethrow | An exception is rethrown. |
Related API Members
The following properties accept/return ServerExceptionThrownAction values:
Remarks
The ServerExceptionThrownAction enumeration's values are used to set the ServerExceptionThrownEventArgs.Action property.
See Also
Feedback