ErrorsConfigurationSection Class
In This Article
Provides programmatic access to the DevExpress error-handling configuration-file section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ErrorsConfigurationSection :
ConfigurationSection
#Related API Members
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
Object
ConfigurationElement
ConfigurationSection
ErrorsConfigurationSection
See Also