Class DuplicateKeyPropertyException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when a persistent object has two or more key properties.
public class DuplicateKeyPropertyException : Exception, ISerializable
- Inheritance
-
DuplicateKeyPropertyException
- Implements
- Inherited Members
Constructors
DuplicateKeyPropertyException(string)
Initializes a new instance of the DuplicateKeyPropertyException class.
public DuplicateKeyPropertyException(string className)
Parameters
className
stringThe name of the persistent class in which the key property is declared twice.