Class KeysAutogenerationNonSupportedTypeException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when a key field doesn’t support automatic value generation
public class KeysAutogenerationNonSupportedTypeException : Exception, ISerializable
- Inheritance
-
KeysAutogenerationNonSupportedTypeException
- Implements
- Inherited Members
Constructors
KeysAutogenerationNonSupportedTypeException(string)
Initializes a new instance of the KeysAutogenerationNonSupportedTypeException class.
public KeysAutogenerationNonSupportedTypeException(string typeName)
Parameters
typeName
stringA string that specifies the object type name.