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

Exception that is thrown when a settings unit plugin was not found.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public SettingsUnitPluginNotFoundException(
	Guid? pluginID = null,
	Guid? unitID = null,
	Exception? inner = null
)

Параметры

pluginID  NullableGuid  (Optional)
Unique identifier of the plugin.
unitID  NullableGuid  (Optional)
inner  Exception  (Optional)
Inner exception, or if no inner exception exists.

См. также