Error.toString()

Availability

Flash Player 7.

Usage

my_err.toString()

Returns

A string.

Description

Method; returns the string "Error" by default, or the value contained in Error.message, if defined.

See also

Error.message, throw, try..catch..finally