Skip to main content
All docs
V25.1
  • 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

    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