Skip to main content

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

NuGet Package: DevExpress.Data

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