aspnet-devexpress-dot-web-77c77637.md
Provides programmatic access to the DevExpress error-handling configuration-file section.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ErrorsConfigurationSection :
ConfigurationSection
Public Class ErrorsConfigurationSection
Inherits ConfigurationSection
The following members return ErrorsConfigurationSection objects:
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>
Object ConfigurationElement ConfigurationSection ErrorsConfigurationSection
See Also