DuplicateFieldException class | QSYS API Reference Guide
Field -field- was specified more than once in -specification- exception.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
| Name | Description |
|---|---|
| DuplicateFieldException(String, String) | Constructor that takes the name of the offending field name, which is specified more than once causing an exception. |
DuplicateFieldException(String, String)
Constructor that takes the name of the offending field name, which is specified more than once causing an exception.
DuplicateFieldException(String, String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | field | Offending field name. |
| String | specification | Field specification. |