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