Table of Contents

Class SessionCtorAbsentException

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

An exception that is thrown when a persistent class doesn’t have a constructor with a Session parameter.

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

Constructors

SessionCtorAbsentException(XPClassInfo)

Initializes a new instance of the SessionCtorAbsentException class.

public SessionCtorAbsentException(XPClassInfo classInfo)

Parameters

classInfo XPClassInfo

An XPClassInfo object that identifies the currently processed object type.