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

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public FailedEventArgs(
        Exception exception,
        RegistryOperation operation
    )

    Parameters

    Name Type Description
    exception Exception

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

    operation DevExpress.Data.Utils.Registry.Internal.RegistryOperation

    The registry operation. This value is assigned to the Operation property.

    See Also