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

Base exception class thrown when interacting with settings units.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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.

См. также