Skip to main content

ServiceExceptionEventArgs.Exception Property

Gets the exception thrown by the service.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

An exception thrown by the service.

See Also