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.
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
create() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(OutOfMemoryException) |
copy(AddressMap addresses) |
public create() => ()
public destroy() => ()
public readonly copy(AddressMap addresses) => (OutOfMemoryException)