Table of Contents

Class SameTableNameException

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

An exception that is thrown when two persistent classes are mapped to the same table.

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

Constructors

SameTableNameException(XPClassInfo, XPClassInfo)

Initializes a new instance of the SameTableNameException class.

public SameTableNameException(XPClassInfo firstClass, XPClassInfo secondClass)

Parameters

firstClass XPClassInfo

An XPClassInfo object that refers to the first of the two conflicted classes.

secondClass XPClassInfo

An XPClassInfo object that refers to the second of the two conflicted classes.