Skip to main content

TypeFieldIsEmptyException(String) Constructor

In This Article

Initializes a new instance of the TypeFieldIsEmptyException class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public TypeFieldIsEmptyException(
    string baseType
)

#Parameters

Name Type
baseType String
See Also