ActivationGroupProgramConstructorException class

The exception that is thrown when a program could not be constructed.

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

Inheritance: Object –> Exception –> JobFrameworkException

Constructors

Name Description
ActivationGroupProgramConstructorException(String, String) Initializes a new instance of the ActivationGroupProgramConstructor exception class.

ActivationGroupProgramConstructorException(String, String)

Initializes a new instance of the ActivationGroupProgramConstructor exception class.

ActivationGroupProgramConstructorException(String, String)

Parameters

Type Parameter name Description
String program The class name of the program being constructed.
String cause The reason the constructor failed.