ExitingProcessEventArgs(String, Exception) Constructor
Initializes a new instance of the EnvironmentPolicy.ExitingProcessEventArgs class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v24.2.dll
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