UnsupportedOperationException class

The exception that is thrown when an unsupported operation is attempted.

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

Inheritance: Object –> Exception –> JobFrameworkException

Constructors

Name Description
UnsupportedOperationException(String) Initializes a new instance of the UnsupportedOperation exception class.

UnsupportedOperationException(String)

Initializes a new instance of the UnsupportedOperation exception class.

UnsupportedOperationException(String)

Parameters

Type Parameter name Description
String op A description of the failed attempted operation.