ExitingProcessEventArgs(String, Exception) Constructor
Initializes a new instance of the EnvironmentPolicy.ExitingProcessEventArgs class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| message | String | The error message. This value is assigned to the Message property. |
| exception | Exception | The exception. This value is assigned to the Exception property. |
See Also