Skip to main content

KeyPropertyAbsentException(String) Constructor

In This Article

Initializes a new instance of the KeyPropertyAbsentException class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public KeyPropertyAbsentException(
    string className
)

#Parameters

Name Type Description
className String

A string that specifies the class name.

See Also