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

ServiceExceptionEventArgs(Exception) Constructor

Initializes a new instance of the ServiceExceptionEventArgs class.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.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