LoggerService.Error(Exception, String) Method
In This Article
Allows you to log server-side errors.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
exception | Exception | An Exception object that specifies the exception that is raised on the server side. |
message | String | A string that specifies the error message. |
#Remarks
See the LoggerService class description for more information.
See Also