Back to Devexpress

UnableToFillRefTypeException Class

xpo-devexpress-dot-xpo-dot-exceptions-eba64aa2.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class UnableToFillRefTypeException :
    Exception
vb
Public Class UnableToFillRefTypeException
    Inherits 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

UnableToFillRefTypeException Members

DevExpress.Xpo.Exceptions Namespace