Skip to main content
A newer version of this page is available. .

PropertyTypeMappingMissingException(Type) Constructor

Initializes a new instance of the PropertyTypeMappingMissingException class with the specified settings.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v18.2.dll

Declaration

public PropertyTypeMappingMissingException(
    Type objtype
)

Parameters

Name Type Description
objtype Type

The type of column that cannot be identified.

See Also