The exception that is thrown when a system setting conflicts with what is being attempted.

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

Syntax

C#
[SerializableAttribute]
public class SystemSettingConflictException : BusinessRulesViolationException
Visual Basic
<SerializableAttribute> _
Public Class SystemSettingConflictException _
	Inherits BusinessRulesViolationException
Visual C++
[SerializableAttribute]
public ref class SystemSettingConflictException : public BusinessRulesViolationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Asi.iBO..::..BusinessRulesViolationException
      Asi.iBO..::..SystemSettingConflictException

See Also