Skip to main content

ServiceExceptionEventArgs(Exception) Constructor

Initializes a new instance of the ServiceExceptionEventArgs class.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public ServiceExceptionEventArgs(
    Exception exception
)

Parameters

Name Type Description
exception Exception

An exception thrown by the service.

See Also