SettingsUnitNotInitializedException - конструктор
Exception that is thrown when the settings units are not initialized.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public SettingsUnitNotInitializedException(
Exception? inner = null
)
Public Sub New (
Optional inner As Exception = Nothing
)
public:
SettingsUnitNotInitializedException(
Exception^ inner = nullptr
)
new :
?inner : Exception
(* Defaults:
let _inner = defaultArg inner null
*)
-> SettingsUnitNotInitializedException
Параметры
- inner Exception (Optional)
- Inner exception, or if no inner exception exists.