A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public class UnableToCreateDBObjectException :
Exception
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.
See Also
Feedback