newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
DOMException.this
newxml
domimpl
DOMImplementation
DOMException
Constructs a
DOMException
with a specific
dom.ExceptionCode
.
this
(dom.ExceptionCode code, string file, size_t line, Throwable nextInChain)
class
DOMException
pure nothrow @
nogc
@
safe
this
(
dom.ExceptionCode
code
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string msg, Throwable nextInChain, string file, size_t line)
Meta
Source
See Implementation
newxml
domimpl
DOMImplementation
DOMException
constructors
this
properties
code
Constructs a DOMException with a specific dom.ExceptionCode.