Skip to main content
All docs
V23.2

LoggerService.Critical(Exception, String) Method

Namespace: DevExpress.XtraReports.Web.ClientControls

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public virtual void Critical(
    Exception exception,
    string message
)

Parameters

Name Type
exception Exception
message String
See Also