NoDeviceAvailableException class
The exception that is thrown when an operation is attempted when the job is not attached to a device.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
| Name | Description |
|---|---|
| NoDeviceAvailableException(String) | Initializes a new instance of the NoDeviceAvailable exception class. |
NoDeviceAvailableException(String)
Initializes a new instance of the NoDeviceAvailable exception class.
NoDeviceAvailableException(String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | op | The operation attempted with no device attached to the job. |