Skip to main content
All docs
V25.1
  • RegistryAccessPolicy.FailedEventArgs.Throw Property

    Gets or sets whether to throw an exception.

    Namespace: DevExpress.Data.Utils

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

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

    Declaration

    public bool Throw { get; set; }

    Property Value

    Type Description
    Boolean

    true to throw an exception; otherwise, false.

    Remarks

    Read the following topic for additional information and an example: Failed.

    See Also