RegistryException.this

this(string message, string fn = __FILE__, size_t ln = __LINE__, Throwable next = null) @safe

Creates an instance of the exception.

Parameters

messageThe message associated with the exception.
this(string message, int error, string fn = __FILE__, size_t ln = __LINE__, Throwable next = null) @safe

Creates an instance of the exception, with the given.

Parameters

messageThe message associated with the exception.
errorThe Win32 error number associated with the exception.