SettingsUnitException - конструктор
Base exception class thrown when interacting with settings units.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
protected SettingsUnitException(
Guid? unitID,
string? message,
Exception? inner = null
)
Protected Sub New (
unitID As Guid?,
message As String,
Optional inner As Exception = Nothing
)
protected:
SettingsUnitException(
Nullable<Guid> unitID,
String^ message,
Exception^ inner = nullptr
)
new :
unitID : Nullable<Guid> *
message : string *
?inner : Exception
(* Defaults:
let _inner = defaultArg inner null
*)
-> SettingsUnitException
Параметры
- unitID NullableGuid
Unique identifier of the settings unit.
- message String
- Message text.
- inner Exception (Optional)
- Inner exception, or if no inner exception exists.