Skip to main content
A newer version of this page is available. .

ServiceBase.GlobalServiceExceptionThrown Event

Occurs when any operation of any ServiceBase instance fails.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public static event ServiceExceptionHandler GlobalServiceExceptionThrown

Event Data

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

Property Description
Exception Gets the exception thrown by the service.

Remarks

This event occurs when an exception is thrown by any service method. The ServiceExceptionEventArgs.Exception parameter allows you to identify the current exception.

See Also