MissingFormatException class | QSYS API Reference Guide
The program was compiled to use format -format-, but it was not found in file -filename-.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
Name | Description |
---|---|
MissingFormatException(String, String) | Constructor that takes the name of the non-existing record format and the offending file that caused the exception. |
MissingFormatException(String, String)
Constructor that takes the name of the non-existing record format and the offending file that caused the exception.
MissingFormatException(String, String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | format | Record format name. |
String | file | Filename. |