Skip to main content
All docs
V24.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.v24.1.dll

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

Declaration

public FailedEventArgs(
    Exception exception,
    RegistryOperation operation
)

Parameters

Name Type
exception Exception
operation DevExpress.Data.Utils.Registry.Internal.RegistryOperation
See Also