C# Класс Kiwana.Plugins.PluginLoadFailedException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
PluginLoadFailedException ( ) : System

Initializes a new instance of the PluginLoadFailedException class.

PluginLoadFailedException ( string message ) : System

Initializes a new instance of the PluginLoadFailedException class.

PluginLoadFailedException ( string message, Exception inner ) : System

Initializes a new instance of the PluginLoadFailedException class.

Защищенные методы

Метод Описание
PluginLoadFailedException ( System info, System context ) : System

Описание методов

PluginLoadFailedException() публичный Метод

Initializes a new instance of the PluginLoadFailedException class.
public PluginLoadFailedException ( ) : System
Результат System

PluginLoadFailedException() защищенный Метод

protected PluginLoadFailedException ( System info, System context ) : System
info System
context System
Результат System

PluginLoadFailedException() публичный Метод

Initializes a new instance of the PluginLoadFailedException class.
public PluginLoadFailedException ( string message ) : System
message string The message of the .
Результат System

PluginLoadFailedException() публичный Метод

Initializes a new instance of the PluginLoadFailedException class.
public PluginLoadFailedException ( string message, Exception inner ) : System
message string The messsage of the .
inner System.Exception The inner .
Результат System