Skip to main content
All docs
V25.1
  • FailedEventArgs(Exception, EnvironmentOperation) Constructor

    Initializes a new instance of the EnvironmentPolicy.FailedEventArgs class with specified settings.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public FailedEventArgs(
        Exception exception,
        EnvironmentOperation operation
    )

    Parameters

    Name Type Description
    exception Exception

    The exception. This value is assigned to the Exception property.

    operation DevExpress.Data.Internal.EnvironmentOperation

    The environment-related operation that failed. This value is assigned to the Operation property.

    See Also