CPF3340Exception class | QSYS API Reference Guide

The exception that is thrown when *ONLY specified, but more than one file with specified name ‘{0}’ found in job ‘{1}/{2}/{3}’

Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Exception –> JobException –> CPF0000Exception –> CPF3300Exception

Constructors

Name Description
CPF3340Exception(String, String, String, String, Exception) Initializes a new instance of the CPF3340Exception class.

CPF3340Exception(String, String, String, String, Exception)

Initializes a new instance of the CPF3340Exception class.

CPF3340Exception(String, String, String, String, Exception)

Parameters

Type Parameter name Description
String spoolFile Name of the spool file not found.
String jobName Job name where spooled file was searched and more than one found.
String jobNumber Job number where spooled file was searched and more than one found.
String jobUser Job user name where spooled file was searched and more than one found.
Exception innerException The exception that is the cause of the current exception, or a null reference if no inner exception is specified.