Back to Devexpress

PropertyTypeMappingMissingException Class

corelibraries-devexpress-dot-xpo-dot-db-dot-exceptions-393374af.md

latest1.2 KB
Original Source

PropertyTypeMappingMissingException Class

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

NuGet Package : DevExpress.Data

Declaration

csharp
public class PropertyTypeMappingMissingException :
    Exception
vb
Public Class PropertyTypeMappingMissingException
    Inherits Exception

Inheritance

Object Exception PropertyTypeMappingMissingException

See Also

PropertyTypeMappingMissingException Members

DevExpress.Xpo.DB.Exceptions Namespace