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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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.
See Also