DOMException

DOMException(String)

Initializes a new instance of the DOMException class.

public DOMException(String message)
ParameterTypeDescription
messageStringThe error message.

See Also


DOMException(String, String)

Initializes a new instance of the DOMException class.

public DOMException(String name, String message)
ParameterTypeDescription
nameStringThe error name.
messageStringThe error message.

See Also