C# 클래스 WhippedCream.DataServiceDataLayer.UnknownPropertyException

This exception is thrown by WhippedCreamUpdatableContext members that can't find a property to match a given property name.
상속: System.Exception
파일 보기 프로젝트 열기: KCL5South/WhippedCream 1 사용 예제들

공개 메소드들

메소드 설명
UnknownPropertyException ( string property, System targetType )

Constructor.

메소드 상세

UnknownPropertyException() 공개 메소드

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.