Error.description : Error « MS JScript « JavaScript Tutorial






Syntax

errorobj.description
    errorobj.description = string

The description property contains the description of the error.

This property is read/write so you can assign descriptions using this property.

<html>
    <script language="JScript">
    <!--

    var myError = new Error(45,"A really big error!");

    document.write(myError.description,"'");
    -->
    </script>
    </html>








32.8.Error
32.8.1.Error
32.8.2.Error.description
32.8.3.Error.number