EMtxParseError.EMtxParseError Constructor

Overload List

#SignatureDescription
1EMtxParseError(String aMessage)
2EMtxParseError(String aMessage, Exception innerException)
3EMtxParseError(String Msg, Object[] Args)

Overload 1: EMtxParseError(String aMessage)

#NameTypeDescription
1aMessageString

Result: stored in self (calling object)

Overload 2: EMtxParseError(String aMessage, Exception innerException)

#NameTypeDescription
1aMessageString
2innerExceptionException

Result: stored in self (calling object)

Overload 3: EMtxParseError(String Msg, Object[] Args)

#NameTypeDescription
1MsgString
2ArgsObject[]

Result: stored in self (calling object)