Table of Contents

Class UnableToFillRefTypeException

Namespace
DevExpress.Xpo.Exceptions
Assembly
DevExpress.Xpo.v24.1.dll

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

public class UnableToFillRefTypeException : Exception, ISerializable
Inheritance
UnableToFillRefTypeException
Implements
Inherited Members

Constructors

UnableToFillRefTypeException(string, string, Exception)

Initializes a new instance of the UnableToFillRefTypeException class.

public UnableToFillRefTypeException(string objectName, string memberName, Exception innerException)

Parameters

objectName string

A string that specifies the name of the object type that causes the exception.

memberName string

A string that specifies the object’s property name.

innerException Exception

An exception that is the cause of the current exception.

Properties

MemberName

Gets the property name of the currently processed object.

public string MemberName { get; set; }

Property Value

string

A string that specifies the property name.

ObjectName

Gets the name of the object type that causes the exception.

public string ObjectName { get; set; }

Property Value

string

A string that specifies the name of the object type that causes the exception.