Skip to main content

UnableToFillRefTypeException Class

An exception that is thrown when an error occurs when building the tree structure of classes.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public class UnableToFillRefTypeException :
    Exception

Remarks

This exception is raised when building the tree structure of classes (the tree that defines the information on object relations and references).

Solution:

- see the InnerException to locate the object and its member that are cause of the error.

Inheritance

Object
Exception
UnableToFillRefTypeException
See Also