Class KeyPropertyAbsentException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when a persistent object doesn’t have a key.
public class KeyPropertyAbsentException : Exception, ISerializable
- Inheritance
-
KeyPropertyAbsentException
- Implements
- Inherited Members
Constructors
KeyPropertyAbsentException(string)
Initializes a new instance of the KeyPropertyAbsentException class.
public KeyPropertyAbsentException(string className)
Parameters
className
stringA string that specifies the class name.