JobShutDownException class | QSYS API Reference Guide

The exception that is thrown to end a job.

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

Inheritance: Object –> Exception –> RuntimeException –> EndOperationException

Constructors

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

JobShutDownException(String, Exception)

Initializes a new instance of the JobShutDownException class.

JobShutDownException(String, Exception)

Parameters

Type Parameter name Description
String Message Message explaining the end operation.
Exception InnerException Original exception.