The exception that is thrown when a system setting is incompatible with what the user is attempting to do.
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public class IncompatibleSystemSettingException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class IncompatibleSystemSettingException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class IncompatibleSystemSettingException : public Exception |