SettingsUnitException - конструктор

Base exception class thrown when interacting with settings units.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
protected SettingsUnitException(
	Guid? unitID,
	string? message,
	Exception? inner = null
)

Параметры

unitID  NullableGuid
Unique identifier of the settings unit.
message  String
Message text.
inner  Exception  (Optional)
Inner exception, or if no inner exception exists.

См. также