DOMImplementation.DOMException

The implementation of std.experimental.xml.dom.DOMException thrown by this DOM implementation.

Constructors

this
this(dom.ExceptionCode code, string file, size_t line, Throwable nextInChain)

Constructs a DOMException with a specific dom.ExceptionCode.

this
this(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.

Members

Properties

code
dom.ExceptionCode code [@property getter]

Implementation of std.experimental.xml.dom.DOMException.code.

Meta