EnvironmentPolicy.ShouldThrowOnErrors Property
Gets a value that indicates whether the EnvironmentPolicy throws an exception if a request to System.Environment fails.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the |
Remarks
The EnvironmentPolicy throws an exception when a request to System.Environment fails if the ThrowOnErrors() method has been called.
Read the following topic for additional information: Environment Policy.
See Also