Back to Devexpress

UnableToCreateDBObjectException Class

corelibraries-devexpress-dot-xpo-dot-db-dot-exceptions-1dc02995.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Data

Declaration

csharp
public class UnableToCreateDBObjectException :
    Exception
vb
Public Class UnableToCreateDBObjectException
    Inherits 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

UnableToCreateDBObjectException Members

DevExpress.Xpo.DB.Exceptions Namespace