SettingsUnitPluginNotFoundException - конструктор
Exception that is thrown when a settings unit plugin was not found.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public SettingsUnitPluginNotFoundException(
Guid? pluginID = null,
Guid? unitID = null,
Exception? inner = null
)
Public Sub New (
Optional pluginID As Guid? = Nothing,
Optional unitID As Guid? = Nothing,
Optional inner As Exception = Nothing
)
public:
SettingsUnitPluginNotFoundException(
Nullable<Guid> pluginID = nullptr,
Nullable<Guid> unitID = nullptr,
Exception^ inner = nullptr
)
new :
?pluginID : Nullable<Guid> *
?unitID : Nullable<Guid> *
?inner : Exception
(* Defaults:
let _pluginID = defaultArg pluginID null
let _unitID = defaultArg unitID null
let _inner = defaultArg inner null
*)
-> SettingsUnitPluginNotFoundException
Параметры
- pluginID NullableGuid (Optional)
Unique identifier of the plugin.
- unitID NullableGuid (Optional)
- inner Exception (Optional)
- Inner exception, or if no inner exception exists.