Skip to main content
A newer version of this page is available. .
All docs
V22.1

DashboardTelemetry.TraceError(Object) Method

Records all error events since the trace started.

Namespace: DevExpress.DashboardCommon.Diagnostics

Assembly: DevExpress.Data.v22.1.dll

NuGet Package: DevExpress.Data

Declaration

public static void TraceError(
    object Data
)

Parameters

Name Type Description
Data Object

An object that is used to generate the trace event.

See Also