EMtxVecInvalidArgument.EMtxVecInvalidArgument Constructor

Overload List

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

Overload 1: EMtxVecInvalidArgument(String aMessage)

#NameTypeDescription
1aMessageString

Result: stored in self (calling object)

Overload 2: EMtxVecInvalidArgument(String aMessage, Exception innerException)

#NameTypeDescription
1aMessageString
2innerExceptionException

Result: stored in self (calling object)

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

#NameTypeDescription
1MsgString
2ArgsObject[]

Result: stored in self (calling object)