ServiceExceptionEventArgs(Exception) Constructor
Initializes a new instance of the ServiceExceptionEventArgs class.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| exception | Exception | An exception thrown by the service. |
See Also