Table of Contents

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 string

A string that specifies the object type name.