CPF3303Exception class | QSYS API Reference Guide

The exception that is thrown when File ‘{0}’ not 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
CPF3303Exception(String, String, String, String, Exception) Initializes a new instance of the CPF3303Exception class.

CPF3303Exception(String, String, String, String, Exception)

Initializes a new instance of the CPF3303Exception class.

CPF3303Exception(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 not found.
String jobNumber Job number where spooled file was searched and not found.
String jobUser Job user name where spooled file was searched and not found.
Exception innerException The exception that is the cause of the current exception, or a null reference if no inner exception is specified.