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
Afficher le fichier Open project: KCL5South/WhippedCream Class Usage Examples

Méthodes publiques

Méthode Description
PropertyTypeMustBeACollectionException ( System type )

Constructor.

Method Details

PropertyTypeMustBeACollectionException() public méthode

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