Class PluginInstantiationException
Inheritance
PluginInstantiationException
Assembly: Gossip.dll
Syntax
public class PluginInstantiationException : Exception
Constructors
|
Improve this Doc
View Source
PluginInstantiationException(Type, Exception)
Declaration
public PluginInstantiationException(Type pluginType, Exception innerException)
Parameters
| Type |
Name |
Description |
| Type |
pluginType |
|
| Exception |
innerException |
|
Properties
|
Improve this Doc
View Source
PluginType
Declaration
public Type PluginType { get; }
Property Value