InvalidMessageLengthException class
The exception that is thrown when the replacement data length does not correspond to placeholder length.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
| Name | Description |
|---|---|
| InvalidMessageLengthException(String) | Initializes a new instance of the InvalidMessageLength exception class. |
InvalidMessageLengthException(String)
Initializes a new instance of the InvalidMessageLength exception class.
InvalidMessageLengthException(String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | msgID | The message id with the invalid placeholder length. |