Back to Devexpress

ServerExceptionThrownAction Enum

xpo-devexpress-dot-xpo-2dacdaba.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public enum ServerExceptionThrownAction
vb
Public Enum ServerExceptionThrownAction

Members

NameDescription
Skip

An exception is consumed.

| | Rethrow |

An exception is rethrown.

|

The following properties accept/return ServerExceptionThrownAction values:

Remarks

The ServerExceptionThrownAction enumeration’s values are used to set the ServerExceptionThrownEventArgs.Action property.

See Also

DevExpress.Xpo Namespace