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
显示文件 Open project: KCL5South/WhippedCream Class Usage Examples

Public Methods

Method Description
UnknownPropertyException ( string property, System targetType )

Constructor.

Method Details

UnknownPropertyException() public method

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.