Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public class UnableToCreateDBObjectException :
    Exception

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.

Inheritance

Object
Exception
UnableToCreateDBObjectException
See Also