InvalidMessagePlaceholderException class
The exception that is thrown when an message string is missing matching curly braces on a placeholder.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
| Name | Description |
|---|---|
| InvalidMessagePlaceholderException(String) | Initializes a new instance of the InvalidMessagePlaceholder exception class. |
InvalidMessagePlaceholderException(String)
Initializes a new instance of the InvalidMessagePlaceholder exception class.
InvalidMessagePlaceholderException(String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | msgID | The message id with the invalid placeholder. |