UnableToCreateDBObjectException Class
An exception that is thrown when a specific object cannot be created in a data store.
Namespace: DevExpress.Xpo.DB.Exceptions
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
This exception is raised when a specific object (table, column, index, foreign or primary key) cannot be created in a data store. See the InnerException property to find details on this error.
See Also