Overload List
| # | Signature | Description |
|---|---|---|
| 1 | EOutOfMemory(String aMessage) | |
| 2 | EOutOfMemory(String aMessage, Exception innerException) |
Overload 1: EOutOfMemory(String aMessage)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aMessage | String |
Result: stored in self (calling object)
Overload 2: EOutOfMemory(String aMessage, Exception innerException)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aMessage | String | |
| 2 | innerException | Exception |
Result: stored in self (calling object)