CPF0001Exception class | QSYS API Reference Guide
The exception that is thrown when an Error found on {0} command. See Inner Exception.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobException –> CPF0000Exception
Constructors
| Name | Description | 
|---|---|
| CPF0001Exception(String, String, Exception) | Initializes a new instance of the CPF0001Exception class. | 
CPF0001Exception(String, String, Exception)
Initializes a new instance of the CPF0001Exception class.
CPF0001Exception(String, String, Exception)
Parameters
| Type | Parameter name | Description | 
|---|---|---|
| String | commandName | The command that was found in error. | 
| String | details | Additional details on command error. | 
| Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |