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