FileOverrideOptionMismatchException class
The exception that is thrown when a file override has an option value that does not match expected by the named option.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
Name | Description |
---|---|
FileOverrideOptionMismatchException(String, String) | Initializes a new instance of the FileOverrideOptionMismatch exception class. |
FileOverrideOptionMismatchException(String, String)
Initializes a new instance of the FileOverrideOptionMismatch exception class.
FileOverrideOptionMismatchException(String, String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | type | The expected value type. |
String | optionName | The option with the invalid value. |