InvalidInputAttemptException class
Invalid input attempt on format : -record format name- on file: -filename- exception.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
| Name | Description |
|---|---|
| InvalidInputAttemptException(String, String) | Constructor that takes -record format name- and -filename- attempting invalid input. |
InvalidInputAttemptException(String, String)
Constructor that takes -record format name- and -filename- attempting invalid input.
InvalidInputAttemptException(String, String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | formatName | Offending record format name. |
| String | fileName | Offending filename. |