CPF2108Exception class | QSYS API Reference Guide
The exception that is thrown when Object {1} type {2} not added to library {0}
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobException –> CPF0000Exception –> CPF2100Exception
Constructors
Name | Description |
---|---|
CPF2108Exception(String, String, String, Exception) | Initializes a new instance of the CPF2108Exception class. |
CPF2108Exception(String, String, String, Exception)
Initializes a new instance of the CPF2108Exception class.
CPF2108Exception(String, String, String, Exception)
Parameters
Type | Parameter name | Description |
---|---|---|
String | folder | The name of the folder (or library). |
String | obj | The name of the object. |
String | type | The type of object. |
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |