MemoryError
| Module | ejs |
| Namespace | intrinsic |
| Definition | dynamic class MemoryError |
| Specified | Ejs-11. |
| Inheritance | MemoryError Error Object |
Memory error exception class.
Thrown when the system attempts to allocate memory and none is available or the stack overflows.
Properties
| Qualifiers | Property | Type | Description |
|---|---|---|---|
| No properties defined | |||
MemoryError Methods
| Qualifiers | Method |
|---|---|
| MemoryError(message: String) | |
| MemoryError constructor. |
Method Detail
MemoryError(message: String)
MemoryError constructor.
- Parameters
message: String Message to use when defining the Error.message property