MemoryError
Module | ejs |
Definition | dynamic class MemoryError |
Inheritance | MemoryError ![]() ![]() |
Specified | ejscript-2.5 |
Stability | Evolving. |
Memory error exception class.
Thrown when the system attempts to allocate memory and none is available or the stack overflows.
Properties
(No own properties defined)
MemoryError Class Methods
Qualifiers | Method |
---|
MemoryError Instance Methods
Qualifiers | Method |
---|---|
MemoryError(message: String = null) | |
MemoryError constructor. |
Method Detail
MemoryError(message: String = null)
- Description
- MemoryError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]