The exception that is thrown when the value of the property must be unique but its value already exists on another object.

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

Syntax

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

Inheritance Hierarchy

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

See Also