Skip to main content
A newer version of this page is available. .
Tab

ErrorsConfigurationSection Class

Provides programmatic access to the DevExpress error-handling configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ErrorsConfigurationSection :
    ConfigurationSection

The following members return ErrorsConfigurationSection objects:

Remarks

Use the ErrorsConfigurationSection object to programmatically access the DevExpress errors configuration-file section. This section allows you to specify the Redirection on a Callback Error option.

The code sample below demonstrates the corresponding DevExpress section located within the web.config file.

<devExpress>
     <errors callbackErrorRedirectUrl="" />
     ...
</devExpress>

Inheritance

See Also