RegistryException.this

Creates an instance of the exception.

  1. this(string message, string fn, size_t ln, Throwable next)
    class RegistryException
    @safe
    this
    (
    string message
    ,
    string fn = __FILE__
    ,
    size_t ln = __LINE__
    ,
    Throwable next = null
    )
  2. this(string message, int error, string fn, size_t ln, Throwable next)

Parameters

message string

The message associated with the exception.

Meta

Suggestion Box / Bug Report