Search Results for

    Show / Hide Table of Contents

    Class PluginInstantiationException

    Inheritance
    Object
    PluginInstantiationException
    Namespace: Gossip.Plugins
    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
    Type Description
    Type
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX