go
Expand Minimize
This topic has not yet been rated - Rate this topic

toString method

Returns the name property of a DOMError and any associated message defined with the error.

Internet Explorer 10

Syntax

var retVal = DOMError.toString();

Parameters

retVal [out, retval]

Type: DOMString

The name associated with an error and any (optional) message.

Return value

Type: DOMString

The name associated with an error and any (optional) message.

See also

DOMError

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.