ISettingsUnitHistoryManagerReportExceptionAsync - метод

Reports an exception that occurs during operations on settings units, including contextual information and optional metadata.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
Task<Guid?> ReportExceptionAsync(
	Exception exception,
	string digest,
	string description,
	Dictionary<string, Object?>? data = null
)

Параметры

exception  Exception
The exception that occurred.
digest  String
Digest string for a specific settings unit or category.
description  String
Detailed description of the error or failure, providing additional information to support diagnostics and resolution.
data  DictionaryString, Object  (Optional)
Optional dictionary of additional contextual data to be associated with the action. Can contain any key-value pairs relevant for diagnostics or auditing.

Возвращаемое значение

TaskNullableGuid
The unique identifier of the reported error, if successfully created; otherwise .

См. также