Back to Devexpress

RegistryAccessPolicy.FailedEventArgs.Throw Property

corelibraries-devexpress-dot-data-dot-utils-dot-registryaccesspolicy-dot-failedeventargs-59b8d846.md

latest1.4 KB
Original Source

RegistryAccessPolicy.FailedEventArgs.Throw Property

Gets or sets whether to throw an exception.

Namespace : DevExpress.Data.Utils

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

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

Declaration

csharp
public bool Throw { get; set; }
vb
Public Property [Throw] As Boolean

Property Value

TypeDescription
Boolean

true to throw an exception; otherwise, false.

|

Remarks

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

See Also

RegistryAccessPolicy.FailedEventArgs Class

RegistryAccessPolicy.FailedEventArgs Members

DevExpress.Data.Utils Namespace