FileOverrideSettingsException class

The exception that is thrown when a file override specified in the config file is invalid.

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

Inheritance: Object –> Exception –> JobFrameworkException

Constructors

Name Description
FileOverrideSettingsException(String, String, String) Initializes a new instance of the FileOverrideSettings exception class.

FileOverrideSettingsException(String, String, String)

Initializes a new instance of the FileOverrideSettings exception class.

FileOverrideSettingsException(String, String, String)

Parameters

Type Parameter name Description
String file The file stated in the invalid specification.
String optionName The override option name stated in the invalid specification.
String optionValue The override option value stated in the invalid specification.