IRCPluginInitialisationException.this

Constructs an IRCPluginInitialisationException, embedding a plugin name.

  1. this(string message, string pluginName, string malformedFilename, string file, size_t line, Throwable nextInChain)
  2. this(string message, string pluginName, string file, size_t line, Throwable nextInChain)
    class IRCPluginInitialisationException
    pure nothrow @nogc @safe
    this
    (
    const string message
    ,
    const string pluginName
    ,
    const string file = __FILE__
    ,
    const size_t line = __LINE__
    ,
    Throwable nextInChain = null
    )

Meta