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