RegistryException

Exception class thrown by the std.windows.registry classes.

Constructors

this
this(string message, string fn, size_t ln, Throwable next)

Creates an instance of the exception.

this
this(string message, int error, string fn, size_t ln, Throwable next)

Creates an instance of the exception, with the given.

Meta