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

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.v18.2.Web.dll

Declaration

public static void Initialize(
    Action<Exception, string> processException
)

Parameters

Name Type Description
processException Action<Exception, String>

An action that processes server-side exceptions.

Remarks

See the LoggerService class description for more information.

The following code snippet (auto-collected from DevExpress Examples) contains a reference 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.

See Also