shadow:standard

Exception OutOfMemoryException

Parent class

shadow:standard@Exception

exception OutOfMemoryException

Exception OutOfMemoryException is thrown when the run time system attempts to allocate memory on the heap and fails because the heap space allotted to the program is exhausted.

Create Summary

Modifiers Return Types Method and Description
public () create()

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (OutOfMemoryException) copy(AddressMap addresses)

Create Detail

create

public create() => ()

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (OutOfMemoryException)