CPF2117Exception class | QSYS API Reference Guide
The exception that is thrown when {0} Objects of type {1} were deleted but {2} were not deleted.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobException –> CPF0000Exception –> CPF2100Exception
Constructors
Name | Description |
---|---|
CPF2117Exception(Int32, String, Int32, Exception) | Initializes a new instance of the CPF2117Exception class. |
CPF2117Exception(Int32, String, Int32, Exception)
Initializes a new instance of the CPF2117Exception class.
CPF2117Exception(Int32, String, Int32, Exception)
Parameters
Type | Parameter name | Description |
---|---|---|
Int32 | deleted | The number of objects deleted. |
String | objectType | The type of objects deleted. |
Int32 | notDeleted | The number of objects not deleted. |
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |