Overload List
| # | Signature | Description |
|---|---|---|
| 1 | EMtxVecInvalidArgument(String aMessage) | |
| 2 | EMtxVecInvalidArgument(String aMessage, Exception innerException) | |
| 3 | EMtxVecInvalidArgument(String Msg, Object[] Args) |
Overload 1: EMtxVecInvalidArgument(String aMessage)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aMessage | String |
Result: stored in self (calling object)
Overload 2: EMtxVecInvalidArgument(String aMessage, Exception innerException)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aMessage | String | |
| 2 | innerException | Exception |
Result: stored in self (calling object)
Overload 3: EMtxVecInvalidArgument(String Msg, Object[] Args)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Msg | String | |
| 2 | Args | Object[] |
Result: stored in self (calling object)