LoggerService.Initialize(Action<Exception, String>) Method
Initializes the current LoggerService object with the specified action that processes exceptions.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
processException | Action<Exception, String> | An action that processes server-side exceptions. |
Remarks
See the LoggerService class description for more information.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Initialize(Action<Exception, String>) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.