Back to Devexpress

EnvironmentPolicy.FailedEventArgs.Throw Property

corelibraries-devexpress-dot-data-dot-utils-dot-environmentpolicy-dot-failedeventargs-97a1da53.md

latest1.3 KB
Original Source

EnvironmentPolicy.FailedEventArgs.Throw Property

Gets or sets whether to throw an exception.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

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

EnvironmentPolicy.FailedEventArgs Class

EnvironmentPolicy.FailedEventArgs Members

DevExpress.Data.Utils Namespace