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

ErrorsConfigurationSection.Get() Method

Returns an object that provides programmatic access to the DevExpress error-handling configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static ErrorsConfigurationSection Get()

Returns

Type Description
ErrorsConfigurationSection

A ErrorsConfigurationSection object representing the related configuration section.

See Also