RegistryException.this
this
(string message, string fn = __FILE__, size_t ln = __LINE__, Throwable next = null) @safeCreates an instance of the exception.
Parameters
message | The message associated with the exception. |
this
(string message, int error, string fn = __FILE__, size_t ln = __LINE__, Throwable next = null) @safeCreates an instance of the exception, with the given.
Parameters
message | The message associated with the exception. |
error | The Win32 error number associated with the exception. |