Skip to main content

PropertyTypeMappingMissingException Class

In This Article

An exception that is thrown when a connection provider cannot identify the type of column to create a column in a data store.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public class PropertyTypeMappingMissingException :
    Exception

#Inheritance

Object
Exception
PropertyTypeMappingMissingException
See Also