Skip to main content

SessionCtorAbsentException(XPClassInfo) Constructor

In This Article

Initializes a new instance of the SessionCtorAbsentException class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public SessionCtorAbsentException(
    XPClassInfo classInfo
)

#Parameters

Name Type Description
classInfo XPClassInfo

An XPClassInfo object that identifies the currently processed object type.

See Also