Function DOMImplementation.DOMException.this

Constructs a DOMException with a specific dom.ExceptionCode.

Prototype

this(
  ExceptionCode code,
  string file = __FILE__,
  size_t line = __LINE__
) pure nothrow @nogc @safe;

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.