Back to Devexpress

ExceptionHandler Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-clientcontrols-995930ea.md

latest2.1 KB
Original Source

ExceptionHandler Class

A base class for classes that enable you to handle server-side errors in web reporting controls.

Namespace : DevExpress.XtraReports.Web.ClientControls

Assembly : DevExpress.XtraReports.v25.2.Web.dll

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public class ExceptionHandler :
    IExceptionHandler
vb
Public Class ExceptionHandler
    Implements IExceptionHandler

Remarks

The following classes are inherited from the ExceptionHandler class:

See these classes’ descriptions for information on how to handle server-side errors.

Implements

IExceptionHandler

Inheritance

Object ExceptionHandler QueryBuilderExceptionHandler

ReportDesignerExceptionHandler

WebDocumentViewerExceptionHandler

See Also

ExceptionHandler Members

DevExpress.XtraReports.Web.ClientControls Namespace