Back to Devexpress

XPServerModeView.ServerExceptionThrown Event

xpo-devexpress-dot-xpo-dot-xpservermodeview-bd64e2b9.md

latest1.9 KB
Original Source

XPServerModeView.ServerExceptionThrown Event

Occurs when a data server throws an exception.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public event ServerExceptionThrownEventHandler ServerExceptionThrown
vb
Public Event ServerExceptionThrown As ServerExceptionThrownEventHandler

Event Data

The ServerExceptionThrown event's data class is ServerExceptionThrownEventArgs. The following properties provide information specific to this event:

PropertyDescription
ActionGets or sets how the data server exception is to be handled in Server Mode.
ExceptionGets 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

XPServerModeView Class

XPServerModeView Members

DevExpress.Xpo Namespace