The exception that is thrown when a system setting is incompatible with what the user is attempting to do.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
[SerializableAttribute]
public class IncompatibleSystemSettingException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class IncompatibleSystemSettingException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class IncompatibleSystemSettingException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Asi.iBO..::.IncompatibleSystemSettingException

See Also