Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WhippedCream
DataServiceDataLayer
PropertyTypeMustBeACollectionException
C# Class WhippedCream.DataServiceDataLayer.PropertyTypeMustBeACollectionException
This exception is thrown within the
WhippedCreamUpdatableContext
methods that expect a property name to point to a property with a return type that is an IList.
Inheritance:
System.Exception
显示文件
Open project: KCL5South/WhippedCream
Class Usage Examples
Public Methods
Method
Description
PropertyTypeMustBeACollectionException
(
System
type
)
Constructor.
Method Details
PropertyTypeMustBeACollectionException()
public
method
Constructor.
public
PropertyTypeMustBeACollectionException
(
System
type
)
type
System
The property type that was encountered.