RegistryException.this

Creates an instance of the exception, with the given.

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

Parameters

message string

The message associated with the exception.

error int

The Win32 error number associated with the exception.

Meta

Suggestion Box / Bug Report