SettingsUnitDataNullException - конструктор
Exception that is thrown when the settings unit data is where it should not be.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public SettingsUnitDataNullException(
Guid unitID,
Exception? inner = null
)
Public Sub New (
unitID As Guid,
Optional inner As Exception = Nothing
)
public:
SettingsUnitDataNullException(
Guid unitID,
Exception^ inner = nullptr
)
new :
unitID : Guid *
?inner : Exception
(* Defaults:
let _inner = defaultArg inner null
*)
-> SettingsUnitDataNullException
Параметры
- unitID Guid
- inner Exception (Optional)
- Inner exception, or if no inner exception exists.