Skip to main content

PropertyTypeMismatchException(String) Constructor

Initializes a new instance of the PropertyTypeMismatchException class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public PropertyTypeMismatchException(
    string message
)

Parameters

Name Type
message String
See Also