C# Класс 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.
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PropertyTypeMustBeACollectionException ( System type )

Constructor.

Описание методов

PropertyTypeMustBeACollectionException() публичный Метод

Constructor.
public PropertyTypeMustBeACollectionException ( System type )
type System The property type that was encountered.