Back to Devexpress

ErrorsConfigurationSection Class

aspnet-devexpress-dot-web-77c77637.md

latest2.0 KB
Original Source

ErrorsConfigurationSection Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ErrorsConfigurationSection :
    ConfigurationSection
vb
Public Class ErrorsConfigurationSection
    Inherits 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.

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

Inheritance

Object ConfigurationElement ConfigurationSection ErrorsConfigurationSection

See Also

ErrorsConfigurationSection Members

Web.Config Options

Callbacks

DevExpress.Web Namespace