Skip to main content
All docs
V24.2

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

public ExitingProcessEventArgs(
    string message,
    Exception exception
)

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