Shaolinq.InvalidPrimaryKeyPropertyAccessException.InvalidPrimaryKeyPropertyAccessException C# (CSharp) Method

InvalidPrimaryKeyPropertyAccessException() public method

public InvalidPrimaryKeyPropertyAccessException ( string propertyName )
propertyName string
		public InvalidPrimaryKeyPropertyAccessException(string propertyName)
			: base(propertyName)
		{
		}
	}
InvalidPrimaryKeyPropertyAccessException