C# Class WhippedCream.DataServiceDataLayer.UnknownPropertyException

This exception is thrown by WhippedCreamUpdatableContext members that can't find a property to match a given property name.
Inheritance: System.Exception
Afficher le fichier Open project: KCL5South/WhippedCream Class Usage Examples

Méthodes publiques

Méthode Description
UnknownPropertyException ( string property, System targetType )

Constructor.

Method Details

UnknownPropertyException() public méthode

Constructor.
public UnknownPropertyException ( string property, System targetType )
property string The Property name we're looking for.
targetType System The type we're trying to find the property on.