MemoryError

Moduleejs
Namespaceintrinsic
Definitiondynamic class MemoryError
SpecifiedEjs-11.
InheritanceMemoryError inherit Error inherit Object

Memory error exception class.

Thrown when the system attempts to allocate memory and none is available or the stack overflows.


Properties

QualifiersPropertyTypeDescription
No properties defined

MemoryError Methods

QualifiersMethod
MemoryError(message: String)
 MemoryError constructor.

Method Detail

MemoryError(message: String)

MemoryError constructor.

Parameters
message: String Message to use when defining the Error.message property