phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
RegistryException.this
std
windows
registry
RegistryException
Creates an instance of the exception.
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
)
this
(string message, int error, string fn, size_t ln, Throwable next)
Parameters
message
string
The message associated with the exception.
Meta
Source
See Implementation
std
windows
registry
RegistryException
constructors
this
Creates an instance of the exception.