UnableToFillRefTypeException(String, String, Exception) Constructor
In This Article
Initializes a new instance of the UnableToFillRefTypeException class.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
object |
String | A string that specifies the name of the object type that causes the exception. |
member |
String | A string that specifies the object’s property name. |
inner |
Exception | An exception that is the cause of the current exception. |
See Also